mirror of
https://github.com/amix/vimrc
synced 2024-12-19 16:33:14 +00:00
11 lines
308 B
VimL
11 lines
308 B
VimL
if dracula#should_abort('python')
|
|
finish
|
|
endif
|
|
|
|
hi! link pythonBuiltinObj Type
|
|
hi! link pythonBuiltinObject Type
|
|
hi! link pythonBuiltinType Type
|
|
hi! link pythonClassVar DraculaPurpleItalic
|
|
hi! link pythonExClass Type
|
|
hi! link pythonNone Type
|
|
hi! link pythonRun Comment
|