1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update snippets

This commit is contained in:
jdhao 2020-03-08 14:14:21 +08:00
parent 1124c6652b
commit 11d71865a5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
snippet ltx "LaTeX symbol"
snippet "(?<!\w)ltx" "LaTeX symbol" r
LaTeX
endsnippet

View File

@ -33,7 +33,7 @@ endsnippet
snippet img "Aligned image using HTML tag"
<p align="center">
<img src="${1:URL}">
<img src="${1:URL}" width="400">
</p>
$0
endsnippet