diff --git a/scripts/vim/vimrc b/scripts/vim/vimrc index 3fb6182..e575a79 100644 --- a/scripts/vim/vimrc +++ b/scripts/vim/vimrc @@ -1,10 +1,10 @@ -:filetype plugin indent on -:filetype indent on -:set autoindent -:set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab -:set number +filetype plugin indent on +filetype indent on +set autoindent +set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab +set number -:source ~/.vim/bundles/vim-plug/plug.vim +source ~/.vim/bundles/vim-plug/plug.vim call plug#begin()