add more vim options

This commit is contained in:
frosty 2024-07-24 08:35:49 +00:00
parent e84543d524
commit 6ee537fafd

View file

@ -24,6 +24,8 @@ call plug#end()
" Line numbers
set number
set relativenumber
" Cursor line highlight
set cursorline
" Terminal title
set title
" Auto reload changes
@ -43,7 +45,7 @@ set lazyredraw
set splitbelow
set splitright
" Visual bell
" set visualbell
set novisualbell
" =====================================