diff --git a/res/config.lua b/res/config.lua index 9e0b1cb..b1d5275 100644 --- a/res/config.lua +++ b/res/config.lua @@ -206,7 +206,7 @@ nvim_lsp.diagnosticls.setup { init_options = { linters = { eslint = { - command = 'eslint', + command = 'eslint_d', rootPatterns = { '.git' }, debounce = 100, args = { '--stdin', '--stdin-filename', '%filepath', '--format', 'json' },