Feat noice setup opts (#297)

* noice: add setupOpts

* noice: add filter

* noice: use setupOpts

* docs: update release notes

* noice: allow null option

* noice: add descriptions for some options
This commit is contained in:
Ching Pei Yang 2024-07-10 23:02:48 +02:00 committed by GitHub
commit 9b48c30e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 140 additions and 66 deletions

View file

@ -30,6 +30,7 @@ Release notes for release 0.7
- Deprecate use of `__empty` to define empty tables in lua. Empty attrset are no
longer filtered and thus should be used instead.
- Add dap-go for better dap configurations
- Make noice.nvim customizable
[jacekpoz](https://github.com/jacekpoz):