Tue, 08 Sep 2015 17:28:59 -0400
configure interestingwords more
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -148,6 +148,8 @@ nmap <C-h> <C-w>h nmap <C-j> <C-w>j nmap <C-k> <C-w>k nmap <C-l> <C-w>l + +nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR> "}}} @@ -380,6 +382,11 @@ let g:signify_mapping_prev_hunk = '<lead let g:signify_mapping_toggle = '<leader>gt' +">> 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