coc-snippets
Advanced tools
Comparing version
{ | ||
"name": "coc-snippets", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "Snippets extension for coc.nvim", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -31,2 +31,22 @@ # coc-snippets | ||
## Python support | ||
Ultisnips provider need python support on (neo)vim. | ||
On neovim, run command: | ||
:checkhealth | ||
and make sure you have Python 3 provider for neovim installed. | ||
On vim8, run command: | ||
:pyx print(1) | ||
in your vim, if it throws, it means your vim may not compiled with python | ||
support or the python dynamic lib required by vim is missing(or broken). | ||
**Note:** some python code may require python feature that not supported by the | ||
python interpreter used by vim, error will throw on that case. | ||
## Install | ||
@@ -33,0 +53,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
166132
0.31%4082
0.1%224
9.8%