From 33132e0db0b14d2d2c62cb2950bff88b610a354d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 8 Oct 2020 16:19:10 +0200 Subject: [PATCH] don't override some defaults --- .tmux.conf | 3 --- config/nvim/init.vim | 10 ++-------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 33b7c7c..f924a9b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,3 @@ -# vi mode -set-window-option -g mode-keys vi - # fix esc problems in vim set -s escape-time 0 diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 662b1dd..e7686a1 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -40,14 +40,6 @@ Plug 'cespare/vim-toml' call plug#end() -" set colors -if $COLORTERM == 'truecolor' || $COLORTERM == '24bit' - set termguicolors -endif - -let g:gruvbox_contrast_dark = "hard" -colorscheme gruvbox - "" TeX and co stuff " disable TeX commands concealing let g:tex_conceal = '' @@ -134,3 +126,5 @@ set spellsuggest+=10 nnoremap u :UndotreeToggle " U is quite useless nnoremap U :echo "NOPE!" + +set laststatus=1