Add go support in nvim

This commit is contained in:
Alexander Navarro 2024-05-29 19:47:03 -04:00
parent c943f2ef4b
commit ec12c7fe1c
5 changed files with 27 additions and 6 deletions

View file

@ -27,6 +27,7 @@ return {
typescript = { { "prettierd", "prettier" } },
typescriptreact = { { "prettierd", "prettier" } },
zsh = { "shfmt" },
go = { { "gofumpt", "goimports_reviser", "golines" } },
},
format_on_save = function(bufnr)
-- Disable with a global or buffer-local variable