Skip to content

Releases: Bekaboo/deadcolumn.nvim

v1.0.0

18 Feb 15:48
d3faae9
Compare
Choose a tag to compare

1.0.0 (2024-02-18)

⚠ BREAKING CHANGES

  • use winhl instead of setting cc directly

Features

  • config: allow passing callback function to opts.modes (bc1bdc1)
  • config: allow passing callback function to opts.scope (#12) (8f19d5f)
  • config: allow setting offset for warning (1c35515)
  • deadcolumn: expose modules in deadcolumn.lua (42e44ff)
  • handle special cases when &termguicolors is not set (#13) (6c1f35c)
  • lsp: add .luarc.json (7f62f2f)

Bug Fixes

  • &cc not set to follow &tw in new buffers (c6d612d)
  • get_hl_hex() not padding hex color codes (#15) (4bec1fa)
  • nvim_get_hl() does not have create key on nvim 0.9.5 (#17) (b84cdf2)
  • opts.scope is ignored (0b27192)
  • opts.warning.offset ignored (acc37e1)
  • configs: error when using 'buffer' scope in empty buffer (#16) (c3eedd2)
  • configs: error when using 'visible' scope in empty buffer (d06f166)
  • invalid alpha (>1) when length > cc (40a1ddd)
  • readme: 'opts.scope' example config (dc859ec)
  • readme: indentation (f6c4a2b)

Code Refactoring

  • use winhl instead of setting cc directly (ce15b17)

Release v0.0.0

11 Apr 05:38
Compare
Choose a tag to compare

First stable release.