vim-vsnip-integ icon indicating copy to clipboard operation
vim-vsnip-integ copied to clipboard

vim-vsnip integrations to other plugins.

Results 5 vim-vsnip-integ issues
Sort by recently updated
recently updated
newest added

Hello, I've been tinkering for a bit to allow some kind of context aware snippet expansion (similar to the context in UltiSnips). In my particular case i am trying to...

Hi ! I'm trying (re-trying after some time, in fact) to use vsnip with vim-lsp and asyncomplete, and something is not quite clear to me: What's the integration point ?...

To integrate with vim-lsp this plugin overwrites the default function for getting LSP capabilities to check for snippet capabilities. However when doing this, it first calls the default capabilities function...

instead of `has('#CompleteDonePre')` should be `exists('##CompleteDonePre')`