From a5c3459af0910757ab7fc5162e5bd5a9775eb224 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 4 Feb 2017 12:07:09 +0100 Subject: 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. --- colors/nord.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors/nord.vim b/colors/nord.vim index d461194..31b8543 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -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("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 " > scrooloose/nerdtree call s:hi("NERDTreeExecFile", s:nord7_gui, "", s:nord7_term, "", "", "") -- cgit v1.2.3-70-g09d2