Initial commit

This commit is contained in:
NIT_Report
2026-04-12 21:04:57 +09:00
commit e8c1f49f70
18 changed files with 651 additions and 0 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