You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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