myconfig.vim/.vimrc

9 lines
119 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()
2024-06-01 22:42:16 +08:00
" Declare the list of plugins.
"
Plug 'tpope/vim-sensible'
" list ends here.
2024-06-01 22:39:15 +08:00
call plug#end()