Skip to content

Commit

Permalink
Support neovim true color
Browse files Browse the repository at this point in the history
  • Loading branch information
hSATAC committed Jan 20, 2016
1 parent ce15f01 commit dbdf2c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
let g:python_host_prog = '/usr/local/bin/python'
let g:python3_host_prog = '/usr/local/bin/python3'

if has("nvim")
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
let base16colorspace=256
endif

execute pathogen#infect()

"---------------------------------------------------------------------------
Expand Down Expand Up @@ -435,6 +440,7 @@ let g:tagbar_type_go = {

" --- nerdtree
let NERDTreeShowHidden=1
let g:nerdtree_tabs_open_on_gui_startup=0
nnoremap <silent><F5> :NERDTreeMirrorToggle<CR>
" --- Buffergator
Expand Down

0 comments on commit dbdf2c2

Please sign in to comment.