Second change

This commit is contained in:
scutta 2025-11-26 20:23:31 +01:00
parent 7b392239a9
commit b8d5f55163
1 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
vim.opt.number = true
-- You can also add relative line numbers, to help with jumping.
-- Experiment for yourself to see if you like it!
-- vim.opt.relativenumber = true
vim.opt.relativenumber = true
-- Enable mouse mode, can be useful for resizing splits for example!
vim.opt.mouse = 'a'
@ -662,8 +662,8 @@ require('lazy').setup({
end,
},
}
local lspconfig = require 'lspconfig'
lspconfig.gopls.setup {}
-- local lspconfig = require 'lspconfig'
-- lspconfig.gopls.setup {}
end,
},