Skip to content

Commit

Permalink
Fix dracula theme after update
Browse files Browse the repository at this point in the history
Reference: dracula/vim#65 :(
  • Loading branch information
André Poleza committed Apr 5, 2018
1 parent ef28f31 commit 36707fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Plug 'tpope/vim-sensible'

call plug#end()

color dracula
let g:dracula_italic = 0
colorscheme dracula
highlight Normal ctermbg=None

autocmd BufEnter * EnableStripWhitespaceOnSave

0 comments on commit 36707fa

Please sign in to comment.