Updated colorscheme.
This commit is contained in:
parent
ad3e3f94af
commit
ad23ee41b4
@ -22,11 +22,17 @@ set smartcase
|
|||||||
set inccommand=split
|
set inccommand=split
|
||||||
|
|
||||||
" theme
|
" theme
|
||||||
|
set termguicolors
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme solarized8
|
||||||
" transparancy for background
|
" transparancy for background
|
||||||
"hi Normal guibg=NONE ctermbg=NONE
|
"hi Normal guibg=NONE ctermbg=NONE
|
||||||
|
|
||||||
" utf-8 encoding
|
" utf-8 encoding
|
||||||
set encoding=utf8
|
set encoding=utf8
|
||||||
set fileencoding=utf8
|
set fileencoding=utf8
|
||||||
|
|
||||||
|
" plugins
|
||||||
|
call plug#begin('~/.local/share/nvim/site/plugged')
|
||||||
|
Plug 'lervag/vimtex'
|
||||||
|
call plug#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user