mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
Update vim & neovim config files
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -2,11 +2,13 @@ source ~/vimconfigbase.vim
|
||||
|
||||
call plug#begin(expand('~/.vim/plugged'))
|
||||
|
||||
Plug 'jaredgorski/spacecamp'
|
||||
Plug 'liuchengxu/space-vim-dark'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
set termguicolors
|
||||
|
||||
colorscheme spacecamp
|
||||
colorscheme space-vim-dark
|
||||
set background=dark
|
||||
highlight normal ctermbg=0 guibg=#000000
|
||||
|
||||
Reference in New Issue
Block a user