Skip to content

Commit

Permalink
Add terraform_fmt formatter to neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Jul 9, 2024
1 parent 0765f67 commit fc66364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
event = 'BufWritePre',
opts = {
formatters_by_ft = {
terraform = { 'terraform_fmt' },
lua = { 'stylua' },
python = { 'black' },
go = { 'gofmt' },
Expand Down

0 comments on commit fc66364

Please sign in to comment.