neovim: use eslint_d
This commit is contained in:
parent
365986de7b
commit
28432fc061
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue