Update vimrc

This commit is contained in:
Marco Thomas
2021-09-15 11:30:46 +02:00
parent 0a694a7531
commit 505189c370

View File

@@ -18,7 +18,7 @@ endif
call plug#begin() call plug#begin()
Plug 'morhetz/gruvbox' " color scheme Plug 'ayu-theme/ayu-vim' " color scheme
Plug 'tpope/vim-sleuth' " heuristic file indendation Plug 'tpope/vim-sleuth' " heuristic file indendation
Plug 'jiangmiao/auto-pairs' " pair completion Plug 'jiangmiao/auto-pairs' " pair completion
@@ -26,9 +26,9 @@ call plug#end()
" ============================== Colors " ============================== Colors
syntax on syntax on
set background=light let ayucolor="light"
colorscheme gruvbox colorscheme ayu
hi Normal ctermbg=NONE guibg=NONE set termguicolors
" ============================== General " ============================== General
filetype indent plugin on filetype indent plugin on