add dadbod

This commit is contained in:
Gustavo Silva 2023-10-25 21:56:32 +02:00 committed by Gustavo Silva (es00679121_prosegur)
parent 216b778236
commit fe2729a100
10 changed files with 129 additions and 26 deletions

View file

@ -9,10 +9,11 @@ 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' })
local gofmt = require("go.format")
vim.keymap.set('n', 'gF', gofmt.goimport, { desc = 'Go Import' })
end,
event = { "CmdlineEnter" },
ft = { "go", 'gomod' },