mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Added the Dracula colors scheme and use it as the default
This commit is contained in:
7
sources_non_forked/dracula/after/syntax/ocaml.vim
Normal file
7
sources_non_forked/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
|
Reference in New Issue
Block a user