Add new keymaps and plugins

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-12 22:53:47 +02:00
parent 36f8d7f240
commit 480d1536f5
7 changed files with 81 additions and 185 deletions

View file

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