dracula vim
This commit is contained in:
parent
8d23222d8d
commit
1f4381098a
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,8 @@ let g:ale_completion_enabled = 1
|
|||
let g:ale_completion_autoimport = 1
|
||||
|
||||
call plug#begin('~/.config/nvim/autoload/plugged')
|
||||
Plug 'dracula/vim'
|
||||
|
||||
Plug 'ojroques/vim-oscyank'
|
||||
Plug 'sjl/vitality.vim'
|
||||
|
||||
|
@ -82,6 +84,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
Plug 'vim-ruby/vim-ruby'
|
||||
call plug#end()
|
||||
|
||||
" dracula colorscheme
|
||||
let g:dracula_colorterm = 0 " Set background as transparent
|
||||
colorscheme dracula
|
||||
|
||||
" ale
|
||||
let b:ale_fixers = ['prettier', 'eslint']
|
||||
let g:ale_fix_on_save = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue