Skip to content

Commit

Permalink
feat(nvim): Enable fish script linting via fish --no-execute
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 28, 2023
1 parent c47308f commit 7bdfe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/lsp/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ M.config = {
},
['fish'] = {
formatter = 'fish_indent',
linter = 'fish',
},
}
-- these all use the same config
Expand Down

0 comments on commit 7bdfe3c

Please sign in to comment.