# HG changeset patch # User Meredith Howard # Date 1441747739 14400 # Node ID f7aa9b7b7800e501136134d9df7d49b57eb0c26c # Parent 17404b9123cd42f9d2bc27a636d0f0114d33a9f8 configure interestingwords more 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