myconfig.vim/.vimrc

7 lines
44 B
VimL
Raw Normal View History

2024-06-01 22:04:04 +08:00
set nu
2024-06-01 22:39:15 +08:00
call plug#begin()
call plug#end()