nvim: disable broken ts parsers
This commit is contained in:
parent
5a83410870
commit
eb2b5bddc4
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ in
|
||||||
p.html
|
p.html
|
||||||
p.http
|
p.http
|
||||||
p.java
|
p.java
|
||||||
p.javascript
|
#p.javascript
|
||||||
p.jsdoc
|
p.jsdoc
|
||||||
p.json
|
p.json
|
||||||
p.kotlin
|
p.kotlin
|
||||||
|
@ -89,8 +89,8 @@ in
|
||||||
p.sql
|
p.sql
|
||||||
p.svelte
|
p.svelte
|
||||||
p.toml
|
p.toml
|
||||||
p.tsx
|
#p.tsx
|
||||||
p.typescript
|
#p.typescript
|
||||||
p.vim
|
p.vim
|
||||||
p.yaml
|
p.yaml
|
||||||
])).dependencies;
|
])).dependencies;
|
||||||
|
|
Loading…
Reference in a new issue