diff --git a/neovim/coc/.gitignore b/neovim/coc/.gitignore index 54056aa..eee5911 100644 --- a/neovim/coc/.gitignore +++ b/neovim/coc/.gitignore @@ -1 +1,2 @@ /list-extensions-history.json +/list-location-history.json diff --git a/neovim/coc/extensions/package.json b/neovim/coc/extensions/package.json index ffc3d6a..d6fdbdc 100644 --- a/neovim/coc/extensions/package.json +++ b/neovim/coc/extensions/package.json @@ -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" } } \ No newline at end of file