14 lines
230 B

  1. source ~/vimconfigbase.vim
  2. call plug#begin(expand('~/.vim/plugged'))
  3. Plug 'liuchengxu/space-vim-dark'
  4. call plug#end()
  5. set termguicolors
  6. colorscheme space-vim-dark
  7. set background=dark
  8. highlight normal ctermbg=0 guibg=#000000