Skip to content

Commit b8d5f55

Browse files
committed
Second change
1 parent 7b39223 commit b8d5f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102102
vim.opt.number = true
103103
-- You can also add relative line numbers, to help with jumping.
104104
-- Experiment for yourself to see if you like it!
105-
-- vim.opt.relativenumber = true
105+
vim.opt.relativenumber = true
106106

107107
-- Enable mouse mode, can be useful for resizing splits for example!
108108
vim.opt.mouse = 'a'
@@ -662,8 +662,8 @@ require('lazy').setup({
662662
end,
663663
},
664664
}
665-
local lspconfig = require 'lspconfig'
666-
lspconfig.gopls.setup {}
665+
-- local lspconfig = require 'lspconfig'
666+
-- lspconfig.gopls.setup {}
667667
end,
668668
},
669669

0 commit comments

Comments
 (0)