don't override some defaults

This commit is contained in:
Grigory Shipunov 2020-10-08 16:19:10 +02:00
parent cfdbdeef6b
commit 33132e0db0
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
2 changed files with 2 additions and 11 deletions

View file

@ -1,6 +1,3 @@
# vi mode
set-window-option -g mode-keys vi
# fix esc problems in vim
set -s escape-time 0

View file

@ -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 <Leader>u :UndotreeToggle<cr>
" U is quite useless
nnoremap U :echo "NOPE!"<CR>
set laststatus=1