don't override some defaults
This commit is contained in:
parent
cfdbdeef6b
commit
33132e0db0
2 changed files with 2 additions and 11 deletions
|
@ -1,6 +1,3 @@
|
||||||
# vi mode
|
|
||||||
set-window-option -g mode-keys vi
|
|
||||||
|
|
||||||
# fix esc problems in vim
|
# fix esc problems in vim
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
|
||||||
|
|
|
@ -40,14 +40,6 @@ Plug 'cespare/vim-toml'
|
||||||
|
|
||||||
call plug#end()
|
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
|
"" TeX and co stuff
|
||||||
" disable TeX commands concealing
|
" disable TeX commands concealing
|
||||||
let g:tex_conceal = ''
|
let g:tex_conceal = ''
|
||||||
|
@ -134,3 +126,5 @@ set spellsuggest+=10
|
||||||
nnoremap <Leader>u :UndotreeToggle<cr>
|
nnoremap <Leader>u :UndotreeToggle<cr>
|
||||||
" U is quite useless
|
" U is quite useless
|
||||||
nnoremap U :echo "NOPE!"<CR>
|
nnoremap U :echo "NOPE!"<CR>
|
||||||
|
|
||||||
|
set laststatus=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue