Enabled persistent undo
This commit is contained in:
parent
de3f451729
commit
f359aaa6a2
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ set shiftwidth=4
|
||||||
" scroll offset
|
" scroll offset
|
||||||
set scrolloff=4
|
set scrolloff=4
|
||||||
|
|
||||||
|
" presistent undo
|
||||||
|
set undofile
|
||||||
|
|
||||||
" solarized dark theme
|
" solarized dark theme
|
||||||
silent! colorscheme solarized
|
silent! colorscheme solarized
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
Loading…
Reference in a new issue