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
feat(utils): Add a helper to handle vim.validate for tables (#508)
* refactor(utils): update deprecated Neovim 0.11 APIs
- Replaced vim.validate() with Lua-style type checks
- Future-proofed utility functions for Neovim 0.11+
* refactor(utils): switch to vim.validate() form 1 for Neovim 0.11+
Replaced custom assert() checks with official vim.validate() form 1,
as recommended in Neovim 0.11+ to ensure better consistency with
core APIs and forward compatibility.
* refactor(utils): restore some deleted comments
* feat(utils): Add a helper to handle validate table
* refactor(util): change nvim 0.11 check function
Co-authored-by: glepnir <[email protected]>
* format(util): format nvim 0.11 check function with stylua
* format(util): format nvim 0.11 check function with stylua
---------
Co-authored-by: glepnir <[email protected]>
0 commit comments