Initial commit

This commit is contained in:
NIT_Report
2026-04-14 13:10:29 +09:00
commit d4a4d8feba
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