mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] make colorscheme improvements...
This commit is contained in:
parent
07d4c018aa
commit
93c9925a03
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,7 @@
|
|||
hi! link typescriptModule jsImport
|
||||
hi! link typescriptAbstract Keyword
|
||||
hi! link typescriptTemplateSB PreProc
|
||||
hi! link typescriptDebugger Keyword
|
||||
" }}}
|
||||
|
||||
" Markdown {{{
|
||||
|
@ -352,6 +353,7 @@
|
|||
|
||||
" Python {{{
|
||||
hi! link pythonBuiltinType Type
|
||||
hi! link pythonExClass Type
|
||||
hi! link pythonBuiltinObj pythonFunction
|
||||
hi! link pythonClassVar Variable
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue