You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

coc-snippets

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-snippets - npm Package Compare versions

Comparing version

to
2.5.6

2

package.json
{
"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