-
_Proposal_
I propose a fourth snippet action, 'post_finish', that complements the 'pre_expand' hook. State changes made in the 'pre_expand' action can be reset in a 'post_finish' action. Perhaps ther…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
**Expected behavior:**
I have the following vimrc:
```
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.github…
-
Hey, I wanted to report a bug I noticed while trying to write some post-jump snippets for LaTeX. I've been working with @andresnmejiaa who has been able to replicate this error on a second device.
…
-
I am trying to install a couple of plugins in nvim on windows 10, but it doesn't work. I read the README which says developer mode must be enabled. I did just that but it still fails to install plugin…
-
Consider following latex snippet:
```
snippet EFG "Figure" b
\begin{figure}[${1:}]
\centering
${VISUAL:\\includegraphics[$3]\{$2\}}
\caption{${4:}}
\label{fig:${5:}}
\end{figure}$0
endsnippet…
-
If an anonymous snippet inserts lines into the text of another snippet, the
added lines are not recognized by the containing snippet. In effect,
tabstops are placed over the added lines at the (line…
-
Sorry for the nondescript issue title. Big fan of version 1 of your utility, and now I would love to try v2.
I'm using Vundle, and to install this I used the following two lines:
```
Bundle 'tobyS/v…
evert updated
4 years ago
-
Jumping to the next placeholder in a snippet doesn't work after a completion.
**My testing minimal init.vim**
```
call plug#begin('~/test')
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snip…
-
I looked through the issues to see if this was possible and couldn't find anything. I [found a blog post](http://www.hjorthjort.xyz/ideas/2016/04/01/an-idea-for-vim-snippets.html) with a similar idea.…