Skip to content

Commit

Permalink
neovim: update the go formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Mar 4, 2024
1 parent 21f7c7c commit 93b66a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ return {
end,
formatters_by_ft = {
lua = { 'stylua' },
go = { 'gci' },
go = { 'gofumpt', 'goimports' },
sh = { 'shfmt' },
markdown = { 'markdownlint' },
rust = { 'rustfmt' },
Expand Down

0 comments on commit 93b66a3

Please sign in to comment.