Add new keymaps and plugins
This commit is contained in:
parent
36f8d7f240
commit
480d1536f5
7 changed files with 81 additions and 185 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue