-
Seems like the deoplete supports UltiSnips snippets in its completion... So might worth the change
https://github.com/SirVer/ultisnips
-
Hello everyone!
I'm only able to use clang_complete engine and using it cause some annoying things:
foo(,)
I can move around these two guys, but if I edit the any argument, I can't go to the next u…
ghost updated
12 years ago
-
I would prefer if I could get the "regular" behaviour of most other snippet plugins, i.e. no mini window that appears after expanding a snippet as this plugin seems to do:
![snippets.nvim](https://…
-
I'm using snippets for both TypeScript and Javascript and I want to use the `console.log` snippet that is defined in both languages. I'm ok with choosing one of both, but Ultisnips asks me everytime w…
-
Based on your minimal.vimrc:
```vim
" install: curl https://raw.githubusercontent.com/prabirshrestha/vim-lsp/master/minimal.vimrc -o /tmp/minimal.vimrc
" uninstall: rm /tmp/plug.vim && rm -rf /tm…
-
# How to use code snippets in Vim like a cowboy 🤠️
A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim. How to install vim-snip…
-
I use luasnip as my snip egine and [vim-snippets](https://github.com/honza/vim-snippets) as main snippet source.
I notice that some of the snippets in vim-snippets has a suffix flag such as:
```py…
-
When using snippets.nvim to expand/complete LSP snippets, it would be helpful to have autocomplete, further snippets and other features related to the current buffer where the snip was called from. …
-
在运行的时候发现如下问题:
- 使用'sillybun/zyt-snippet'时候发现在数学环境下输入“\cdot" 会自动变成“\dot{\c}"。查看mathtex.snippets, 发现和“snippet "(\\?[a-zA-Z]\w*)dot" "dot" riA“ 这条脚本冲突。
- 在行内数学环境下$$下,使用矩阵脚本会出现如下报错:“
`` An error oc…
-
The Lua snippet [`fun(ction)?`](https://github.com/mireq/luasnip-snippets/blob/849f7010eca25924d6bb207a6aeea3bb3218e217/lua/luasnip_snippets/lua.lua#L143-L147) is not expandable for me. Is it supposed…