|
@@ -38,13 +38,13 @@ set incsearch
|
|
|
set guifont=Fira\ Code\ Nerd\ Font
|
|
|
|
|
|
" New stuff
|
|
|
-set notimeout nottimeout
|
|
|
-set scrolloff=1
|
|
|
-set sidescroll=1
|
|
|
-set sidescrolloff=1
|
|
|
-set display+=lastline
|
|
|
-set backspace=eol,start,indent
|
|
|
-set nostartofline
|
|
|
+" set notimeout nottimeout
|
|
|
+" set scrolloff=1
|
|
|
+" set sidescroll=1
|
|
|
+" set sidescrolloff=1
|
|
|
+" set display+=lastline
|
|
|
+" set backspace=eol,start,indent
|
|
|
+" set nostartofline
|
|
|
" let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
|
|
" set mmp=1300
|
|
|
" set autochdir " Your working directory will always be the same as your working directory
|