vim-vsnip
vim-vsnip copied to clipboard
Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
hey @hrsh7th, is there a way to change the registry when replacing the placeholder. I was so annoyed for sometime now that I'd need to skip replacing the placeholders because...
This is the configuration of [lvim](https://github.com/lvim-tech/lvim) Type 'div' to complete I'm using the official default configuration, I don't know where to change it You have to type "
for the given file type of course
Package manager: Packer.nvim Intention: Set keymappings to jump foward and backward Problem: Mappings depend on prefix ``` imap vsnip#jumpable(1) ? '(vsnip-jump-next)' : '' smap vsnip#jumpable(1) ? '(vsnip-jump-next)' : '' imap...
When I edit snippets using `:VsnipOpen`, the snippets is not updated automatically. How to refresh snippets?
I am using nvim-compe. In my custom snippets, I provided the description for them. Is this plugin able to show them in completion dialog? If yes, this does not happen...
https://github.com/hrsh7th/vim-vsnip/blob/b05641ca8c7ebd396017121219047c480182a743/plugin/vsnip.vim#L29 First of all, thank you very much for your amazing plugin, it works like a charm with vim-lsp. I think, it might be useful to add one more command...
- NVIM: v0.5.0-dev+nightly-709-g554468cc0 - vsnip: 395d200728b467e141615f53afe564adc26985b9 Consider the following vim snippet that contains foldmarkers: ```JSON { "function with foldmarker": { "prefix": "function", "body": [ "function ${1:Foo}(${2}) \"{{{", "\t${3}", "endfunction \"}}}"...
Hi, I was wondering if there is any way to add command output using snippet? For example how to get current date? ``` { "Class": { "prefix": ["date"], "body": [...
This is an invaluable feature for latex writing, that I've actually been using a port of Ultisnips in vscode, but am trying to move back to neovim and this is...