mirror of
https://github.com/chenasraf/input-form.nvim.git
synced 2026-05-18 01:38:59 +00:00
feat: input validators
This commit is contained in:
@@ -74,6 +74,9 @@ M.Form = Form
|
||||
--- Expose the config module.
|
||||
M.config = config
|
||||
|
||||
--- Expose the built-in validator library. See |input-form.validators|.
|
||||
M.validators = require("input-form.validators")
|
||||
|
||||
-- Run once on first require so users/plugin devs don't have to call `setup()`
|
||||
-- just to get working help tags.
|
||||
register_helptags()
|
||||
|
||||
Reference in New Issue
Block a user