1
0
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:
Kurtis Moxley
2022-05-19 01:06:23 +08:00
parent d0d81343a5
commit 66b6ea585e
3 changed files with 14 additions and 0 deletions

View File

@ -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