mirror of
https://github.com/chenasraf/input-form.nvim.git
synced 2026-05-18 01:38:59 +00:00
feat: checkbox field
This commit is contained in:
@@ -24,6 +24,10 @@ function M:height()
|
||||
return 1
|
||||
end
|
||||
|
||||
function M:is_bordered()
|
||||
return true
|
||||
end
|
||||
|
||||
--- Create the backing buffer and floating window.
|
||||
---@param layout table { row, col, width }
|
||||
function M:mount(layout)
|
||||
|
||||
Reference in New Issue
Block a user