commit 60cf44faea09c2cc86a13dfdefa5789b15ce7bdd parent 57b75021a7be38eb02f4e643338322910f8f2dfd Author: Tomas Nemec <nemi@skaut.cz> Date: Sun, 5 Jun 2022 02:41:41 +0200 update Diffstat:
M | ftplugin/go.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftplugin/go.lua b/ftplugin/go.lua @@ -1,5 +1,5 @@ vim.cmd [[comp go]] -vim.cmd [[command! -buffer -nargs=? Godoc lua require('tms.ft.go.doc').godoc(vim.fn.expand('<args>'), vim.fn.expand('<cword>'))]] +-- vim.cmd [[command! -buffer -nargs=? Godoc lua require('tms.ft.go.doc').godoc(vim.fn.expand('<args>'), vim.fn.expand('<cword>'))]] vim.api.nvim_create_autocmd('BufWritePre', { callback = function() require('tms.ft.go').org_imports() end,