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
|
" 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.)
|
" (see < http://sunaku.github.io/tmux-24bit-color.html#usage > for more information.)
|
||||||
if (has("nvim"))
|
if (has("nvim"))
|
||||||
" For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 >
|
" For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 > let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||||
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" For Neovim > 0.1.5 and Vim > patch 7.4.1799 < https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 >
|
" 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
|
colorscheme one
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
|
|
||||||
" Custom Shortcuts
|
" Custom Shortcuts
|
||||||
nnoremap <silent><nowait> <space>o :NERDTreeToggle<CR>
|
nnoremap <silent><nowait> <space>o :NERDTreeToggle<CR>
|
||||||
nnoremap <silent><nowait> <space>s :TagbarToggle<CR>
|
nnoremap <silent><nowait> <space>s :TagbarToggle<CR>
|
||||||
|
|
Loading…
Reference in New Issue