[03/08/23] adding .vimrc

This commit is contained in:
andrew 2023-08-03 21:28:16 +01:00
commit cd29a7d33e

11
.vimrc Normal file
View File

@ -0,0 +1,11 @@
call plug#begin()
Plug 'morhetz/gruvbox'
Plug 'vim-airline/vim-airline'
call plug#end()
colorscheme gruvbox
:set bg=dark