deadcolumn.nvim

A neovim plugin that shows colorcolumn dynamically

GPL-3.0 License

Stars
284
Committers
5

Bot releases are visible (Hide)

deadcolumn.nvim - v1.0.0 Latest Release

Published by github-actions[bot] 8 months ago

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)
deadcolumn.nvim - Release v0.0.0

Published by Bekaboo over 1 year ago

First stable release.