Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 227 Bytes

1.md

File metadata and controls

15 lines (8 loc) · 227 Bytes

相对行号

SpaceVim默认使用了相对行号,我不习惯:

" Relative line number
let g:spacevim_relativenumber = 0

把这行加入~/.SpaceVim.d/init.vim中,就好了。