diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 5fef982..35ae019 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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 o :NERDTreeToggle nnoremap s :TagbarToggle