From f7ca79e11a75758e5373dcbe63767ecce1a44a74 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 16 Apr 2021 11:58:03 -0500 Subject: [PATCH] chore: update init.vim --- .config/nvim/init.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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