add vim theme
This commit is contained in:
parent
93a929ce1d
commit
8e5898aa57
30 changed files with 1252 additions and 0 deletions
7
.vim/pack/themes/start/dracula/after/syntax/ocaml.vim
Normal file
7
.vim/pack/themes/start/dracula/after/syntax/ocaml.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
if dracula#should_abort('ocaml')
|
||||
finish
|
||||
endif
|
||||
|
||||
hi! link ocamlModule Type
|
||||
hi! link ocamlModPath Normal
|
||||
hi! link ocamlLabel DraculaOrangeItalic
|
Loading…
Add table
Add a link
Reference in a new issue