mirror of
https://github.com/opdavies/toggle-checkbox.nvim.git
synced 2025-09-03 20:05:33 +01:00
feat: add a ToggleCheckbox
user command
This commit is contained in:
parent
74a89fb969
commit
856b3d99cd
1 changed files with 2 additions and 0 deletions
|
@ -38,4 +38,6 @@ M.toggle = function()
|
|||
vim.api.nvim_win_set_cursor(0, cursor)
|
||||
end
|
||||
|
||||
vim.api.nvim_create_user_command("ToggleCheckbox", M.toggle, {});
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue