Add eslint lsp to neovim
This commit is contained in:
parent
bda3a8da76
commit
f40a87fd4d
3 changed files with 162 additions and 1 deletions
|
|
@ -9,7 +9,11 @@ return {
|
|||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact"
|
||||
"typescriptreact",
|
||||
"vue",
|
||||
"svelte",
|
||||
"astro",
|
||||
"htmlangular",
|
||||
},
|
||||
root_markers = {
|
||||
"tailwind.config.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue