mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
feat(opt): set norulur
by default
This commit is contained in:
parent
f5574cb42d
commit
4d84b47a31
@ -112,7 +112,7 @@ function! SpaceVim#default#options() abort
|
||||
|
||||
set nowritebackup
|
||||
set matchtime=0
|
||||
set ruler
|
||||
set noruler
|
||||
set showmatch
|
||||
set showmode
|
||||
"menuone: show the pupmenu when only one match
|
||||
|
@ -101,7 +101,7 @@ function M.options()
|
||||
|
||||
vim.o.matchtime = 0
|
||||
|
||||
vim.o.ruler = true
|
||||
vim.o.ruler = false
|
||||
|
||||
vim.o.showmatch = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user