nvim: relativenumber
This commit is contained in:
parent
57633a111d
commit
eca86dae55
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ set hidden " Do not save when switching buffers
|
|||
set inccommand=nosplit " Incremental live completion
|
||||
set tabstop=4 shiftwidth=4 " 4 space \t
|
||||
|
||||
set relativenumber cursorline cursorlineopt=number lazyredraw
|
||||
|
||||
set ignorecase smartcase
|
||||
|
||||
set updatetime=250
|
||||
|
@ -15,6 +17,8 @@ highlight! htmlComment guifg=#474747 guibg=#ffffff
|
|||
highlight! htmlCommentPart guifg=#474747 guibg=#ffffff
|
||||
highlight! gitcommitComment guifg=#474747 guibg=#ffffff
|
||||
|
||||
highlight! CursorLineNr ctermfg=232 ctermbg=254 gui=bold guifg=#080808 guibg=#cccccc
|
||||
|
||||
set completeopt=menu,menuone,noselect
|
||||
|
||||
lua << EOF
|
||||
|
|
Loading…
Reference in a new issue