update settings

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-26 21:11:04 +02:00
parent 480d1536f5
commit 72a4db339a
6 changed files with 151 additions and 46 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' },