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 /coc | |
| parent | de794bedde617fcdd57436926d0ac46d288981bc (diff) | |
added coc to nvim
Diffstat (limited to 'coc')
| -rw-r--r-- | coc/.config/coc/extensions/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
