add vim-plug plugins

This commit is contained in:
Aaron
2020-07-28 21:54:19 +02:00
parent da2cf02a48
commit ea74c6c8f2

7
vimrc
View File

@@ -1,5 +1,12 @@
set nocompatible
" Pluigin installation using vim-plug "
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
call plug#end()
" Tabstop, Shiftwith and replace tabs with spaces but not in makefiles "
set tabstop=2
set shiftwidth=2