updated README and vimrc

This commit is contained in:
2015-07-10 11:01:38 +02:00
parent ba429f2e9f
commit 5368bd8792
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ Installing YouCompleteMe (YCM):
# Run the install script from the YCM directory
./install.sh --clang-completer --system-libclang
Fixing tmux Ctrl-h command for navigation:
Fixing tmux-navigation (No idea what it does but run it when you've just installed neovim):
infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti
tic $TERM.ti
+3 -3
View File
@@ -109,11 +109,11 @@ let g:indentLine_enabled = 0
" Set to the dark solarized colour scheme
set background=dark
let g:solarized_termtrans=1
let g:solarized_termcolors=16
let g:solarized_contrast="high"
let g:solarized_termcolors=256
" let g:solarized_contrast="high"
let g:solarized_visibility="normal"
colorscheme solarized
" set t_Co=256 " force vim to use 256 colors
set t_Co=256 " force vim to use 256 colors
" ====================================
" NerdTree Settings