1
0
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:
wsdjeg 2023-06-15 20:53:02 +08:00
parent f5574cb42d
commit 4d84b47a31
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -101,7 +101,7 @@ function M.options()
vim.o.matchtime = 0
vim.o.ruler = true
vim.o.ruler = false
vim.o.showmatch = true