updated README and vimrc
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user