refactor(nvim): Remove legacy COC file

This commit is contained in:
Tanguy Herbron 2024-01-02 20:05:57 +01:00
parent e71b3520c6
commit 2b845c39e9

View File

@ -1,17 +0,0 @@
{
"dependencies": {
"coc-clangd": ">=0.25.0",
"coc-docker": ">=0.5.0",
"coc-go": ">=1.3.0",
"coc-json": ">=1.3.6",
"coc-markdownlint": ">=1.26.0",
"coc-pairs": ">=1.3.2",
"coc-pyright": ">=1.1.272",
"coc-rls": ">=1.1.6",
"coc-rust-analyzer": ">=0.68.2",
"coc-sh": ">=0.7.0",
"coc-tsserver": ">=1.11.11",
"coc-vetur": ">=1.2.5",
"coc-yaml": ">=1.8.0"
}
}