grapp-dev / nui-components.nvim

A feature-rich and highly customizable library for creating user interfaces in Neovim.
https://nui-components.grapp.dev
MIT License
330 stars 7 forks source link

Feat validator combinators #12

Closed willothy closed 7 months ago

willothy commented 7 months ago

Adds some combinators for form validation.

Soft-deprecates compose combinator as all makes more sense with the other combinators imo. Open to reverting this of course :)

willothy commented 7 months ago

Updated and added type annotations!

mobily commented 7 months ago

that's awesome, Will! merging 🚀