1
0
Fork 0

nvim: coc-tsserver

This commit is contained in:
Jeremy Kaplan 2021-06-10 13:34:38 -07:00
commit 3836f6fac7
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1,2 @@
/list-extensions-history.json
/list-location-history.json

View file

@ -2,6 +2,7 @@
"dependencies": {
"coc-json": ">=1.3.4",
"coc-rls": ">=1.1.6",
"coc-rust-analyzer": ">=0.46.0"
"coc-rust-analyzer": ">=0.46.0",
"coc-tsserver": ">=1.8.1"
}
}