Skip to content

Releases: lukas-reineke/virt-column.nvim

Version 2.0.3

12 Nov 02:52
Compare
Choose a tag to compare

What's Changed

  • fix: replace deprecated vim.tbl_flatten with vim.iter by @topaxi in #47

New Contributors

Full Changelog: v2.0.2...v2.0.3

Version 2.0.2

13 Nov 06:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Version 2.0.1

05 Oct 02:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0

19 Sep 06:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v2.0.0

BREAKING CHANGES

  • Removed VirtColumnRefresh command, this is only handled internally now
  • Removed VirtColumn highlight group, use :help virt-column.config.highlight instead
  • setup_buffer now takes the buffer number as the first argument

Version 1.5.6

24 Jul 02:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.5...v1.5.6

Version 1.5.5

20 Jan 04:27
Compare
Choose a tag to compare

What's Changed

  • Automatically clear the CursorColumn highlight group when a colorscheme is set by @f1rstlady in #35

New Contributors

Full Changelog: v1.5.4...v1.5.5

Version 1.5.4

21 Sep 07:55
36fa3be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

Version 1.5.3

24 Feb 06:40
29db24c
Compare
Choose a tag to compare
  • ignore +N -N columns when textwidth is 0

Version: 1.5.2

08 Feb 01:46
8b7dd58
Compare
Choose a tag to compare
  • use default for :highlight-link

Version 1.5.1

22 Jan 05:27
fe3cff9
Compare
Choose a tag to compare
  • Add ext mark priority