myconfig.vim/.vimrc
2024-06-01 22:42:16 +08:00

9 lines
119 B
VimL

set nu
call plug#begin()
" Declare the list of plugins.
"
Plug 'tpope/vim-sensible'
" list ends here.
call plug#end()