Closed fastbodin closed 6 years ago
Sorry. I don't fix the problem.
The nested behavior is hard to fix.
Understood. Thanks for the quick response.
I should implement deoppet.nvim(the next snippet plugin) instead. I have not much time now though.
I was going to ask whether this sort of functionality would likely be implemented in deoppet.nvim. I appreciate your work. I have been looking forward to eventually using deoppet.nvim. Just have been unsure when would be best to make the conversion over.
Of course, deoppet.nvim should support nested snippet expansion without markers. I think it is possible.
Current neosnippet has very many features. It takes more time. And I have other plugins development. Especially, deoplete.
I understand. Il also use deoplete so I appreciate your work there!
Il keep my eye on deoppet.nvim
Problem Summary When dealing with multiple nested snippets, the order of the markers seems to get indexed wrong.
Steps to reproduce
imap neosnippet#expandable_or_jumpable() ? "\(neosnippet_expand_or_jump)" : (pumvisible() ? "\" : "\")
smap neosnippet#expandable_or_jumpable() ? "\(neosnippet_expand_or_jump)" : "\"
snippet equn abbr "Equation" \begin{equation${1}} ${2} &= ${3} \\ ${4} \end{equation$1} ${5}
snippet br abbr "( ) - bracket" \left( ${1} \right) ${2}
snippet frac abbr "Fraction" \frac{${1}}{${2}} ${3}
equn br frac
equn br frac
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
g:python_host_prog
is not set. Searching for python2 in the environment.Python 3 provider (optional)
g:python3_host_prog
is not set. Searching for python3 in the environment.Ruby provider (optional)
gem environment
.Node provider (optional)
node
andnpm
must be in $PATH.node
andnpm
commands work.Screen shots