You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add `folding` module with custom `foldexpr` function ([d8963a2](https://github.com/AstroNvim/astroui/commit/d8963a2feb11616083574c3b0756ec9b319b0109))
14
+
* add `set_colorscheme` helper function ([d196e30](https://github.com/AstroNvim/astroui/commit/d196e30a6706e2a1cf8d1da1690869aff40162ff))
15
+
***folding:** add `:AstroFoldInfo` command for checking the current fold information ([730bda9](https://github.com/AstroNvim/astroui/commit/730bda93f2f020d8fa96740eb0b24e389bcb8861))
16
+
***folding:** add configuration for folding ([85241fc](https://github.com/AstroNvim/astroui/commit/85241fc80c1d23774c5ae28651e8952a02402f86))
17
+
***folding:** add fallback to indentation based folding ([6863bce](https://github.com/AstroNvim/astroui/commit/6863bced6fd3860c474fe3e6893b50b7c423c4cb))
18
+
***status:** allow configuration of default status component options through the setup function ([2247b44](https://github.com/AstroNvim/astroui/commit/2247b441e60454af6c4ae2a8734a2596924f2716))
19
+
***status:** allow configuration of status provider options through `setup` function ([195b649](https://github.com/AstroNvim/astroui/commit/195b649dcffddea7950081f7520e937a400a7b6f))
20
+
21
+
22
+
### Bug Fixes
23
+
24
+
***folding:** make treesitter folding backwards compatible with Neovim v0.10 ([a282ec7](https://github.com/AstroNvim/astroui/commit/a282ec79ec2611843407c02e22f3f0a1a5928f4a))
25
+
***status:** remove old `diagnostics_mode` check ([95e3171](https://github.com/AstroNvim/astroui/commit/95e31716e37129e423275b6ee5abcf24508793f3))
26
+
* update to use non-deprecated LSP client methods in Neovim v0.11 ([07cf995](https://github.com/AstroNvim/astroui/commit/07cf995f92043f565e3b9d7e2b6a475d8183c261))
27
+
28
+
29
+
### Code Refactoring
30
+
31
+
* leave `colorscheme` up to be set up later ([706439a](https://github.com/AstroNvim/astroui/commit/706439a9fd55d23ea8bfdfc3f2acd25b3bb08858))
0 commit comments