merge latest kickstarter

This commit is contained in:
Gilad Sher 2025-03-09 12:31:22 -04:00
commit 2c4d4d33e5
No known key found for this signature in database
11 changed files with 252 additions and 130 deletions

View file

@ -5,9 +5,7 @@ return {
'neovim/nvim-lspconfig',
'nvim-treesitter/nvim-treesitter',
},
config = function()
require('go').setup()
end,
opts = {},
event = { 'CmdlineEnter' },
ft = { 'go', 'gomod' },
build = ':lua require("go.install").update_all_sync()', -- if you need to install/update all binaries