Add snippets
1 files changed, 11 insertions(+), 0 deletions(-) M .config/nvim/UltiSnips/tex.snippets
M .config/nvim/UltiSnips/tex.snippets => .config/nvim/UltiSnips/tex.snippets +11 -0
@@ 51,6 51,13 @@ snippet b "begin{} / end{}" bm \end{$1} endsnippet snippet bg "begingroup" b \begingroup ${VISUAL}$1 \endgroup $0 endsnippet snippet s "section" b \section{$1} @@ 87,6 94,10 @@ snippet sssi "subsubsection*" b $0 endsnippet snippet it "textit" w \textit{${VISUAL}$1}$0 endsnippet snippet bn "Enumerate" b \begin{enumerate} \item $1