merge latest kickstarter
This commit is contained in:
commit
2c4d4d33e5
11 changed files with 252 additions and 130 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue