Skip to content

Releases: dracula/vim

2.0.0

02 Jun 21:57
Compare
Choose a tag to compare

Major

  • Potentially breaking change: Fixed issue with autoloads that may or may not end up being a breaking change depending on how you load plugins.

See :h dracula_runtimepath for details. #140

1.5.0

08 May 19:03
Compare
Choose a tag to compare

Minor

  • Add support for typescriptreact syntax from yats.vim

1.4.0

14 Apr 00:57
Compare
Choose a tag to compare

Minor

  • Add built-in lightline support
  • Adjust airline so that it uses in-spec colors

Patch

  • Remove lambda call for improved backwards compat

1.3.2

03 Apr 17:00
Compare
Choose a tag to compare

Patch

  • fix MatchParen highlights. #70
  • add g:dracula_colorterm flag for better background color fallback in some terminals. #65

1.3.1

29 Mar 23:51
Compare
Choose a tag to compare

Patch

  • Remove lockvar on script variables since they caused trouble when re-sourcing $MYVIMRC. #68

1.3.0

28 Mar 20:48
5372185
Compare
Choose a tag to compare

Minor

  • Complete theme rewrite for better maintainability and slightly reduced startup time.
  • normalize the Vim Dracula implementation in its current form according to the running specification that was proposed in the main repository.
  • Introduces several user customizations that allows users to disable text style attributes if they don't want them or their terminals don't support them (underline, italic, bold, undercurl, inverse) -- See the docs for details.

Patch