Update vimrc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user