Add gruvbox to default .vimrc config

This commit is contained in:
arnaucube
2020-09-06 18:48:05 +02:00
parent 155c8d9911
commit fa3a1f9c1a
2 changed files with 10 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ alias lst='ls -altr'
alias n='nvim'
alias t='tmux'
alias c='calcurse-caldav && calcurse && calcurse-caldav'
alias gdf='git difftool --tool=vimdiff'
export PATH=$PATH:/home/user/bin

15
.vimrc
View File

@@ -1,9 +1,10 @@
" call plug#begin(expand('~/.vim/plugged'))
"
"
"
"
" call plug#end()
call plug#begin(expand('~/.vim/plugged'))
Plug 'morhetz/gruvbox'
call plug#end()
" visual
syntax on
@@ -47,3 +48,5 @@ set background=dark
hi statusline ctermfg=234 ctermbg=250
hi LineNr ctermfg=246
colorscheme gruvbox