Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaufmajo committed Feb 7, 2023
1 parent cfa4fd8 commit 773be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/user/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require('null-ls').setup({
}),
require('null-ls').builtins.diagnostics.trail_space.with({disabled_filetypes = {'NvimTree'}}),
require('null-ls').builtins.formatting.eslint_d.with({
condition function(utils)
condition = function(utils)
return utils.root_has_file({'.eslintrc.js'})
end,
}),
Expand Down

0 comments on commit 773be2f

Please sign in to comment.