File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 62
62
let g:syntastic_javascript_eslint_exec = 'eslint_d'
63
63
```
64
64
65
+ ### Neovim
66
+
67
+ - With [ nvim-lint] [ ]
68
+
69
+ ``` lua
70
+ vim .env .ESLINT_D_PPID = vim .fn .getpid ()
71
+ require (' lint' ).linters_by_ft = {
72
+ javascript = {' eslint_d' },
73
+ typescript = {' eslint_d' },
74
+ }
75
+ ```
76
+
65
77
### Emacs
66
78
67
79
Use [ flycheck] [ ] with the ` javascript-eslint ` checker:
216
228
[ eslint ] : https://eslint.org
217
229
[ ale ] : https://github.com/dense-analysis/ale
218
230
[ syntastic ] : https://github.com/scrooloose/syntastic
231
+ [ nvim-lint ] : https://github.com/mfussenegger/nvim-lint
219
232
[ flycheck ] : http://www.flycheck.org/
220
233
[ SublimeLinter-eslint ] : https://github.com/SublimeLinter/SublimeLinter-eslint
221
234
You can’t perform that action at this time.
0 commit comments