Skip to content

Commit

Permalink
vim: Switch to gruvbox-community/gruvbox, apply to lightline
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Aug 20, 2024
1 parent c2431fa commit a545632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vim/.vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Plug 'christoomey/vim-system-copy'
Plug 'cohama/lexima.vim'
Plug 'dyng/ctrlsf.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'gruvbox-community/gruvbox'
Plug 'itchyny/lightline.vim'
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'junegunn/goyo.vim'
Plug 'mattn/emmet-vim'
Plug 'morhetz/gruvbox'
Plug 'reedes/vim-colors-pencil'
Plug 'rrethy/vim-illuminate'
Plug 'scrooloose/nerdtree'
Expand Down
1 change: 1 addition & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ let g:lightline = {
\ 'left': [['mode', 'paste' ], ['readonly', 'filename', 'modified']],
\ 'right': [['lineinfo'], ['percent'], ['fileformat']]
\ },
\ 'colorscheme': 'gruvbox',
\ }

let g:workspace_autosave = 0
Expand Down

0 comments on commit a545632

Please sign in to comment.