update settings
This commit is contained in:
parent
480d1536f5
commit
72a4db339a
6 changed files with 151 additions and 46 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue