Skip to content

Releases: tummetott/reticle.nvim

v1.0.1

13 May 15:53
e90aa92
Compare
Choose a tag to compare

1.0.1 (2024-05-13)

Bug Fixes

  • dont detect floating windows, only highlight the current window. Closes #11 (1aa463b)

v1.0.0

02 Apr 14:59
a14830c
Compare
Choose a tag to compare

1.0.0 (2024-04-02)

Features

  • added a proper vimdoc documentation (0ff1af9)
  • cursorline and cursorcolumn automatically disabled in insert mode. Can be configured (983fb8b)
  • disable cursorline and cursorcolumn in diff mode (262e381)
  • Special filetype rules defined by the user in reticle.opts are overruled by runtime changes by the user through the API function. (c6c27a4)

Bug Fixes

  • 9: Hide the cursorline in diagnostic floats (5c95587)
  • added lazyloading for lazy.nvim in README (0135b7d)
  • better description for reticle.opts annotations. feat: plugin checks the user config for errors (38e0a00)
  • changes on the cursorline and/or cursorcolumn setting are not picked up by the plugin automatically anymore (upon the "OptionChange" event). The plugin overrules the cursorline setting, updating its inner state only when appropriate user functions or user commands are called. Fixes #2 #3 #4 (b87fdc0)
  • dont highlight the separator when using colorful-winsep.nvim. Closes #3 (800d14d)
  • initialize the split windows, no matter if the plugin is lazy loaded or not (4adfeed)
  • lazyloading issue with packer. Updated readme on lazyloading (ca48b2a)
  • missing "=" in README.md (8313d12)
  • README: syntax & typo correction (238d103)
  • typo in README (ddca2b6)
  • typo in README (f82e860)
  • typo in README (d813899)
  • update split windows on startup when opening neovim with flags like -O or -d etc (95d3424)