vim colorscheme

This commit is contained in:
TheK4n 2021-12-21 17:09:18 +03:00
parent e854c2a44d
commit 7de0d8745e

View File

@ -71,6 +71,7 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'preservim/nerdtree'
Plugin 'vim-airline/vim-airline'
Plugin 'morhetz/gruvbox'
call vundle#end()
@ -105,3 +106,9 @@ let g:lightline = {
\ 'gitbranch': 'fugitive#head'
\ },
\ }
" Colorscheme
colorscheme gruvbox
set bg=dark