Corvine
This commit is contained in:
parent
b1ad92e22e
commit
28c1955c4d
1 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,8 @@ call plug#begin('~/.config/nvim/plugged')
|
||||||
" endif
|
" endif
|
||||||
Plug 'inkarkat/vim-ReplaceWithRegister'
|
Plug 'inkarkat/vim-ReplaceWithRegister'
|
||||||
|
|
||||||
|
Plug 'chriskempson/base16-vim'
|
||||||
|
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
|
|
||||||
" Builtin LSP Stuff
|
" Builtin LSP Stuff
|
||||||
|
@ -136,7 +138,7 @@ nvim_lsp.yamlls.setup{}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme corvine
|
colorscheme base16-oceanicnext
|
||||||
|
|
||||||
"Airline settings
|
"Airline settings
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue