fix dracula colorscheme loading

- stopped using manual install, now uses Plug to load it properly. :)
This commit is contained in:
riley 2021-11-08 00:50:24 -05:00
parent 15f88f1c16
commit 2a16612bab
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -12,11 +12,9 @@ if exists('$TMUX')
let &t_8b = "\033[48;2;%lu;%lu;%lum"
endif
packadd! dracula
set termguicolors
set background=dark
syntax enable
colorscheme dracula
" Install vim-plug if not found
if empty(glob('~/.vim/autoload/plug.vim'))
@ -72,3 +70,5 @@ Plug 'https://tildegit.org/sloum/gemini-vim-syntax'
Plug 'dracula/vim', { 'as': 'dracula'}
call plug#end()
colorscheme dracula