Back to the light
This commit is contained in:
parent
fb837f026b
commit
29dd9e26ca
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
set termguicolors
|
set termguicolors
|
||||||
set background=dark
|
set background=light
|
||||||
let g:gruvbox_italic=1
|
colorscheme rakr
|
||||||
let g:gruvbox_italicize_strings=1
|
|
||||||
colorscheme gruvbox
|
|
||||||
|
|
|
@ -28,7 +28,8 @@ let g:vim_markdown_strikethrough = 1
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
" Make things real pretty
|
" Make things real pretty
|
||||||
Plug 'flazz/vim-colorschemes'
|
" Plug 'flazz/vim-colorschemes'
|
||||||
|
Plug 'rafi/awesome-vim-colorschemes'
|
||||||
|
|
||||||
" Completions <3
|
" Completions <3
|
||||||
Plug 'hrsh7th/nvim-cmp', { 'branch': 'main' }
|
Plug 'hrsh7th/nvim-cmp', { 'branch': 'main' }
|
||||||
|
|
Loading…
Reference in a new issue