Skip to content

Commit

Permalink
fix: workaround for eslint_d (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuson authored Nov 30, 2024
1 parent a809aa0 commit 90f4150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cui/templates/.config/nvim/lua/plugins/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return {

null_ls.setup({
sources = {
null_ls.builtins.diagnostics.eslint_d,
require("none-ls.diagnostics.eslint_d"),
null_ls.builtins.formatting.prettier,
null_ls.builtins.diagnostics.rubocop,
null_ls.builtins.formatting.rubocop,
Expand Down

0 comments on commit 90f4150

Please sign in to comment.