Skip to content

Commit

Permalink
chore(nvim): WIP debugging fish --no-execute linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 27, 2023
1 parent b27fc26 commit bbe57fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/efmls-configs/linters/fish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local command = string.format('%s --no-execute ${INPUT}', linter)

return {
lintCommand = command,
lintIgnoreExitCode = true,
-- lintIgnoreExitCode = true,
lintStdin = false,
lintFormats = { '%f (line %l): %m' },
}
1 change: 1 addition & 0 deletions nvim/lua/my/lsp/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ local diagnostics = {
},
}),
b.diagnostics.statix,
b.diagnostics.fish,
}

local formatters = {
Expand Down

0 comments on commit bbe57fc

Please sign in to comment.