-
I have read #258 and #770. Create a `autocmd` or set `region_check_events` to cancel the "session" is great. But if I create a big snippet, I think `region_check_events` cannot solve the "cancel" pro…
-
Hi, great work on OmniSharpServer, its work great for me in a Vim integration.
I've been doing a little development on it myself and before I take it any further I wanted to get an opinion about the…
-
To fix #1405 , I need to make some changes about the tabstops.
However, the current tab navigation is... well to be honest quite messed up...
...If you nest a certain amount of tab it doesn't even…
hl037 updated
3 years ago
-
It would be really handy to have an option for arg lists in snippets to be divided by \newline, like this:
```
SinOscFB.kr(
freq: 440.0,
feedback: 0.0,
mul: 1.0,
add: 0.0
…
kflak updated
3 years ago
-
-
**Expected behavior:**
Ultisnips should recognize $text inside dollar symbols for snippet expansion$ when using context math in markdown file
**Actual behavior:**
It doesn't recognize math co…
-
**Describe the bug**
I have installed Black using vim-plug. Installation is successful and I can update the plugin no problem. However when I run `black` inside Vim I get the following error
```
Er…
-
Basically I have
`autocmd FileType css set filetype=html.css`
because I need html ctags completion with YouCompleteMe in css.
But I would like to disable html snippets. So something like `UltiSnips…
-
**Expected behavior:**
When a jump is issued to a placeholder with a default text, the default text is selected (SELECT mode). If a post‐jump action is defined, it will be run before the selection ha…
-
Using the function described on Ultisnips help:
```
function! ExpandPossibleShorterSnippet()
if len(UltiSnips#SnippetsInCurrentScope()) == 1 "only one candidate...
let curr_key = keys(Ulti…