nvim: coc-tsserver
This commit is contained in:
parent
54f8ab0b31
commit
3836f6fac7
2 changed files with 3 additions and 1 deletions
1
neovim/coc/.gitignore
vendored
1
neovim/coc/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/list-extensions-history.json
|
/list-extensions-history.json
|
||||||
|
/list-location-history.json
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"coc-json": ">=1.3.4",
|
"coc-json": ">=1.3.4",
|
||||||
"coc-rls": ">=1.1.6",
|
"coc-rls": ">=1.1.6",
|
||||||
"coc-rust-analyzer": ">=0.46.0"
|
"coc-rust-analyzer": ">=0.46.0",
|
||||||
|
"coc-tsserver": ">=1.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue