vim to neovim

This commit is contained in:
2024-08-23 11:20:30 +02:00
parent 446a7a9e1e
commit 750a43c708
26 changed files with 431 additions and 31 deletions

View File

@ -17,3 +17,12 @@ $0
\end{document}
endsnippet
snippet bb "mathbb" i
\mathbb{${1:${VISUAL:R}}} $0
endsnippet
priority -9999999
snippet "(\w+)" "latex default" r
\\`!p snip.rv = match.group(1)` $1
endsnippet