mirror of
https://github.com/amix/vimrc
synced 2025-07-04 23:15:01 +08:00
Add some personal additions.
This commit is contained in:
@ -79,6 +79,13 @@ endif
|
||||
" Always show current position
|
||||
set ruler
|
||||
|
||||
" Show line numbers
|
||||
set number
|
||||
set relativenumber
|
||||
|
||||
" Cursorline
|
||||
set cursorline
|
||||
|
||||
" Height of the command bar
|
||||
set cmdheight=1
|
||||
|
||||
|
Reference in New Issue
Block a user