9 lines
119 B
VimL
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()
|