GHI-#14 Implement support for the "jedi-vim" plugin

This actually includes two groups which had to be adjusted.
Both are used for a parameter popup in functions. The background color
and the color of the current parameter at the cursor are now colored
explicitly instead of the default syntax link to the "TabLine" and
"CursorLine" groups.
This commit is contained in:
Arctic Ice Studio 2017-02-04 12:07:09 +01:00
parent dc6149f437
commit a5c3459af0

View file

@ -373,6 +373,10 @@ call s:hi("GitGutterChange", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("GitGutterChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "") call s:hi("GitGutterChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("GitGutterDelete", s:nord11_gui, "", s:nord11_term, "", "", "") call s:hi("GitGutterDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
" davidhalter/jedi-vim
call s:hi("jediFunction", s:nord4_gui, s:nord3_gui, "", s:nord3_term, "", "")
call s:hi("jediFat", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "bold,underline", "")
" NERDTree " NERDTree
" > scrooloose/nerdtree " > scrooloose/nerdtree
call s:hi("NERDTreeExecFile", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("NERDTreeExecFile", s:nord7_gui, "", s:nord7_term, "", "", "")