diff --git a/colors/dracula.vim b/colors/dracula.vim index 6c28671..ac964f7 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -82,11 +82,7 @@ if !exists('g:dracula_underline') endif if !exists('g:dracula_undercurl') - if g:dracula_underline == 0 - let g:dracula_undercurl = 0 - else - let g:dracula_undercurl = 1 - endif + let g:dracula_undercurl = g:dracula_underline endif if !exists('g:dracula_inverse')