diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-11-05 20:32:12 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-11-05 20:32:12 +0000 |
| commit | d182a6968315378b03ef306648d49f772ed47006 (patch) | |
| tree | 5530dd6111c72be4c1156d0b39b1e9c0a59f32da | |
| parent | de794bedde617fcdd57436926d0ac46d288981bc (diff) | |
added coc to nvim
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | coc/.config/coc/extensions/package.json | 8 |
2 files changed, 10 insertions, 0 deletions
@@ -17,4 +17,6 @@ nvim/.config/nvim/.netrwhist nvim/.config/nvim/autoload/ coc/.config/coc/* +!coc/.config/coc/extensions +coc/.config/coc/extensions/* !coc/.config/coc/extensions/package.json diff --git a/coc/.config/coc/extensions/package.json b/coc/.config/coc/extensions/package.json new file mode 100644 index 0000000..4790fe3 --- /dev/null +++ b/coc/.config/coc/extensions/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "@yaegassy/coc-ansible": ">=0.2.1", + "@yaegassy/coc-pylsp": ">=0.2.1", + "coc-json": ">=1.3.6", + "coc-snippets": ">=2.4.6" + } +}
\ No newline at end of file |
