[03/08/23] adding .vimrc
This commit is contained in:
commit
cd29a7d33e
1 changed files with 11 additions and 0 deletions
11
.vimrc
Normal file
11
.vimrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
call plug#begin()
|
||||
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
Plug 'vim-airline/vim-airline'
|
||||
|
||||
call plug#end()
|
||||
|
||||
colorscheme gruvbox
|
||||
|
||||
:set bg=dark
|
Loading…
Add table
Add a link
Reference in a new issue