-
I'm not entirely sure if this functionality is vim-generic or cc-specific, so apologies in advance if I'm asking the wrong question...
When I use function call completion ^x^u and am typing over the …
-
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 ?
1. I mean, should I defin…
-
Minimum init.lua
```lua
---------------------------------------------------------------------------------
-- Packer --…
-
When typing too fast, some snippets which should expand automatically do not.
**Expected behavior:**
Have all automatic snippets expanded.
**Actual behavior:**
Some snippets are not expanded…
-
- Category
- [ ] Question
- [ ] Bug
- [x] Suggestion
- OS
- [x] Linux
- [ ] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [ ] Neovim
When the…
-
Hi,
I'm trying to figure out how to get my Python snippets to use Google-Style docstrings, rather than RST-style... or pandas/numpy style...
I'm using ncm2 and UltiSnips -- completion works well…
-
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 define some snippets that onl…
-
#1505 broke the feature introduced in #1474. Without the regrex substitution, it will put space inside label, which is a syntax error in latex.
According to the document of SnipMate it should suppo…
gzqx updated
8 months ago
-
# Problems summary
1. When popup menu show up, I type `` to choose candidate, the characters before cursor will repeat.
2. Some snippets does not end with [snip], it is not easy to recognize
3. Forwar…
-
Neovim just merged a PR (https://github.com/neovim/neovim/pull/13183) that sets `capabilities.textDocument.completion.completionItem.snippetSupport = false` by default.
Now users have to remember …