Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #10

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

tummetott
Copy link
Owner

🤖 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@tummetott
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

current line is not highlighted correctly fzf-lua
1 participant