diff --git a/init.lua b/init.lua index 533bc09a..77fe60be 100644 --- a/init.lua +++ b/init.lua @@ -47,7 +47,7 @@ require('lazy').setup({ -- Useful status updates for LSP -- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})` - { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} }, + { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} }, -- Additional lua configuration, makes nvim stuff amazing! 'folke/neodev.nvim', @@ -71,7 +71,7 @@ require('lazy').setup({ }, -- Useful plugin to show you pending keybinds. - { 'folke/which-key.nvim', opts = {} }, + { 'folke/which-key.nvim', opts = {} }, { -- Adds git related signs to the gutter, as well as utilities for managing changes 'lewis6991/gitsigns.nvim', @@ -190,7 +190,7 @@ require('lazy').setup({ vim.opt.hlsearch = false -- Make line numbers default -vim.opt.number = true +vim.wo.number = true vim.opt.relativenumber = true -- Enable mouse mode