Skip to content

Instantly share code, notes, and snippets.

@maghorbani
Created March 31, 2021 14:43
Show Gist options
  • Save maghorbani/dd107f829ac4afaa11cf13a7fe532b08 to your computer and use it in GitHub Desktop.
Save maghorbani/dd107f829ac4afaa11cf13a7fe532b08 to your computer and use it in GitHub Desktop.
should be placed as ~/.config/coc/extensions/package.json
{
"dependencies": {
"coc-clang-format-style-options": ">=0.0.5",
"coc-clangd": ">=0.9.0",
"coc-cmake": ">=0.1.1",
"coc-css": ">=1.2.6",
"coc-json": ">=1.3.4",
"coc-php-cs-fixer": ">=0.1.2",
"coc-prettier": ">=1.1.23",
"coc-python": ">=1.2.13",
"coc-snippets": ">=2.4.1",
"coc-tsserver": ">=1.6.8",
"coc-vimlsp": ">=0.11.1"
}
}
@maghorbani
Copy link
Author

after putting this file in ~/.config/coc/extensions/package.json , a command :CocInstall in vim or nvim command should be ran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment