Add eslint lsp to neovim

This commit is contained in:
Martin Larsson 2025-07-19 16:40:10 +02:00
parent bda3a8da76
commit f40a87fd4d
3 changed files with 162 additions and 1 deletions

View file

@ -8,6 +8,10 @@ return {
"typescript",
"typescriptreact",
"typescript.tsx",
"vue",
"svelte",
"astro",
"htmlangular",
},
root_markers = {
"tsconfig.json",