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:
parent
1124c6652b
commit
11d71865a5
@ -1,4 +1,4 @@
|
||||
snippet ltx "LaTeX symbol"
|
||||
snippet "(?<!\w)ltx" "LaTeX symbol" r
|
||||
LaTeX
|
||||
endsnippet
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user