ultisnips-vscode
ultisnips-vscode copied to clipboard
:scissors: Mass convert ultisnips snippets to json for vscode
Hi, very cool script! However, when I try to use it I get the following error: ``` bib.snippets --> bibtex.json coffee.snippets --> coffeescript.json ruby.snippets --> ruby.json gitcommit.snippets --> git-commit.json css.snippets...
In the example code in readme, the variable ""ultisnips-snippets": "\~/.config/nvim/UltiSnips", needs a forward slash making it: "ultisnips-snippets": "\~/.config/nvim/UltiSnips/".