add vim theme

This commit is contained in:
Simon Belmont 2025-03-24 12:46:28 -04:00
parent 93a929ce1d
commit 8e5898aa57
30 changed files with 1252 additions and 0 deletions

View file

@ -0,0 +1,14 @@
if dracula#should_abort('vim')
finish
endif
hi! link vimAutoCmdSfxList Type
hi! link vimAutoEventList Type
hi! link vimEnvVar Constant
hi! link vimFunction Function
hi! link vimHiBang Keyword
hi! link vimOption Type
hi! link vimSetMod Keyword
hi! link vimSetSep Delimiter
hi! link vimUserAttrbCmpltFunc Function
hi! link vimUserFunc Function