This commit is contained in:
Wenwen Zhang 2024-06-01 22:42:16 +08:00
parent f8e9308ced
commit aa9c5099d3

6
.vimrc
View File

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