update settings

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-26 21:11:04 +02:00
parent ab0d9c600b
commit f92189bc70
8 changed files with 164 additions and 47 deletions

View file

@ -9,7 +9,10 @@ return {
"nvim-treesitter/nvim-treesitter",
},
config = function()
-- local gofmt = require("go.format")
require("go").setup()
-- vim.keymap.set('n', 'gF', gofmt.goimport, { desc = 'Go Import' })
end,
event = { "CmdlineEnter" },
ft = { "go", 'gomod' },