modified scripts

This commit is contained in:
Kenryu Shibata
2025-10-27 16:03:09 +09:00
parent a1ad6aadd9
commit 3320e09952
6 changed files with 66 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
augroup latex_packages_abbr
iabbrev <buffer> amsp <Esc>i\usepackage{amsmath}<Esc>
iabbrev <buffer> tikzp <Esc>i\usepackage{pgf}<Esc>
iabbrev <buffer> circp <Esc>i\usepackage{circuitikz}<Esc>
augroup END