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 = {
|
init_options = {
|
||||||
linters = {
|
linters = {
|
||||||
eslint = {
|
eslint = {
|
||||||
command = 'eslint',
|
command = 'eslint_d',
|
||||||
rootPatterns = { '.git' },
|
rootPatterns = { '.git' },
|
||||||
debounce = 100,
|
debounce = 100,
|
||||||
args = { '--stdin', '--stdin-filename', '%filepath', '--format', 'json' },
|
args = { '--stdin', '--stdin-filename', '%filepath', '--format', 'json' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue