diff --git a/.vimrc b/.vimrc index 2554f1a..b98dc2c 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,8 @@ set nu call plug#begin() - - +" Declare the list of plugins. +" +Plug 'tpope/vim-sensible' +" list ends here. call plug#end()