Skip to content

Commit

Permalink
fix(nvim): Enable fish_indent formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 28, 2023
1 parent aabf1af commit b47c459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/my/lsp/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ M.config = {
['toml'] = {
lspconfig = 'taplo',
},
['fish'] = {
formatter = 'fish_indent',
},
}
-- these all use the same config
M.config['javascript'] = M.config['typescript']
Expand Down

0 comments on commit b47c459

Please sign in to comment.