diff options
author | Chris <[email protected]> | 2020-11-03 18:50:33 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2020-11-03 18:50:33 -0500 |
commit | 78fb2c072fef3a08d9bdc9788bbd9b89311b933c (patch) | |
tree | 128f8e2ae8bd259c518b31662d5d7f22e798cf8e /plug-config/coc/coc-extensions.vim | |
parent | aab483269676a94b0efd84d50f86eb1844b58fa5 (diff) |
all kinds of stuff
Diffstat (limited to 'plug-config/coc/coc-extensions.vim')
-rw-r--r-- | plug-config/coc/coc-extensions.vim | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/plug-config/coc/coc-extensions.vim b/plug-config/coc/coc-extensions.vim new file mode 100644 index 00000000..1466aafc --- /dev/null +++ b/plug-config/coc/coc-extensions.vim @@ -0,0 +1,33 @@ +let g:coc_global_extensions = [ + \ 'coc-snippets', + \ 'coc-actions', + \ 'coc-sh', + \ 'coc-java-debug', + \ 'coc-java', + \ 'coc-lists', + \ 'coc-emmet', + \ 'coc-tasks', + \ 'coc-pairs', + \ 'coc-tsserver', + \ 'coc-floaterm', + \ 'coc-html', + \ 'coc-css', + \ 'coc-cssmodules', + \ 'coc-stylelintplus', + \ 'coc-emoji', + \ 'coc-bookmark', + \ 'coc-yaml', + \ 'coc-python', + \ 'coc-pyright', + \ 'coc-explorer', + \ 'coc-svg', + \ 'coc-prettier', + \ 'coc-vimlsp', + \ 'coc-xml', + \ 'coc-yank', + \ 'coc-json', + \ 'coc-marketplace', + \ ] + " \ 'coc-tabnine', + " \ 'coc-highlight', + |