Compare commits

...

2 Commits

Author SHA1 Message Date
619f043665 Remove a unused scriptencoding
There are no utf-8 special characters in the file anymore.
2021-02-08 21:47:23 +00:00
88cf5011f7 Get rid of scrolloff 2021-02-08 21:46:08 +00:00

View File

@ -1,6 +1,3 @@
" TODO: Move these settings to vimrc when after switching to vim8 packages
scriptencoding 'utf-8'
" Copy indent from current line
set autoindent
@ -88,7 +85,6 @@ if exists('+relativenumber')
endif
" Keep cursor from buffer edges
set scrolloff=8
set sidescrolloff=5
" Turn backup off