commit cd29a7d33eeaab1fed63c4a36da3735014cfeb4c Author: andrew Date: Thu Aug 3 21:28:16 2023 +0100 [03/08/23] adding .vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..0119fe4 --- /dev/null +++ b/.vimrc @@ -0,0 +1,11 @@ +call plug#begin() + +Plug 'morhetz/gruvbox' + +Plug 'vim-airline/vim-airline' + +call plug#end() + +colorscheme gruvbox + +:set bg=dark