chore: update init.vim
This commit is contained in:
parent
effc9f20c1
commit
f7ca79e11a
|
@ -2,8 +2,7 @@
|
|||
" If you're using tmux version 2.2 or later, you can remove the outermost $TMUX check and use tmux's 24-bit color support
|
||||
" (see < http://sunaku.github.io/tmux-24bit-color.html#usage > for more information.)
|
||||
if (has("nvim"))
|
||||
" For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 >
|
||||
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||
" For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 > let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||
endif
|
||||
|
||||
" For Neovim > 0.1.5 and Vim > patch 7.4.1799 < https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 >
|
||||
|
@ -171,7 +170,6 @@ set noshowmode " Lightline requires we turn this off
|
|||
colorscheme one
|
||||
syntax enable
|
||||
|
||||
|
||||
" Custom Shortcuts
|
||||
nnoremap <silent><nowait> <space>o :NERDTreeToggle<CR>
|
||||
nnoremap <silent><nowait> <space>s :TagbarToggle<CR>
|
||||
|
|
Loading…
Reference in New Issue