From ea74c6c8f251dbd3b250d46d0d2157080d7d5389 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 28 Jul 2020 21:54:19 +0200 Subject: [PATCH] add vim-plug plugins --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index a87e47d..64dc851 100644 --- a/vimrc +++ b/vimrc @@ -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