[vim] Add the dracula colorscheme module
Modify the colors init script to handle it.
This commit is contained in:
parent
9810fa799e
commit
acaf6425d5
2 changed files with 9 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue