diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -148,6 +148,8 @@ nmap h nmap j nmap k nmap l + +nnoremap k :call UncolorAllWords() "}}} @@ -380,6 +382,11 @@ let g:signify_mapping_prev_hunk = '> interestingwords +" These are jellybeans colors and some complements +let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C'] +let g:interestingWordsRandomiseColors = 1 + ">> neocomplcache " Disable AutoComplPop. let g:acp_enableAtStartup = 0