mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
6 lines
215 B
VimL
6 lines
215 B
VimL
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
|