[vim] Add the dracula colorscheme module

Modify the colors init script to handle it.
This commit is contained in:
Eryn Wells 2024-08-02 18:25:58 -07:00
parent 9810fa799e
commit acaf6425d5
2 changed files with 9 additions and 2 deletions

View file

@ -33,6 +33,8 @@ endif
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'dracula/vim', {'as': 'dracula'}
if has('nvim')
Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/cmp-nvim-lsp'