From 9d775c243334ff35902be96a772afb2e25a9dc7a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 3 Oct 2016 18:00:16 +0200 Subject: Vim: colorcolumn in yellow --- vim/vimrc.symlink | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vim') diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 1f75d2b..184f69e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -45,12 +45,16 @@ set dir=~/.swp set listchars=nbsp:¬,tab:▸\ ,extends:»,precedes:«,trail:• set nolist +filetype plugin indent on +syntax enable + " Colours & Highlighting colorscheme morning highlight SpellBad cterm=underline,bold ctermfg=black ctermbg=red highlight SpellCap cterm=underline,bold ctermfg=black ctermbg=yellow highlight SpellLocal cterm=underline,bold ctermfg=black ctermbg=blue highlight SpellRare cterm=underline,bold ctermfg=black ctermbg=white +highlight ColorColumn ctermfg=black ctermbg=yellow " Move through long lines as they were short multiple lines map j gj @@ -58,9 +62,6 @@ map j map k gk map k -filetype plugin indent on -syntax enable - command! -nargs=1 Silent \ | execute ':silent '. \ | execute ':redraw!' -- cgit v1.2.3