fmt: spacing fix
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 7m12s
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 7m12s
This commit is contained in:
parent
f59aa8711c
commit
be052e45bd
@ -67,4 +67,4 @@ M.toggle = function()
|
||||
end
|
||||
|
||||
vim.api.nvim_create_user_command("ToggleCheckbox", M.toggle, {})
|
||||
vim.api.nvim_set_keymap("n", "<leader>x", "<cmd>ToggleCheckbox<CR>", { noremap = true})
|
||||
vim.api.nvim_set_keymap("n", "<leader>x", "<cmd>ToggleCheckbox<CR>", { noremap = true })
|
||||
|
Loading…
x
Reference in New Issue
Block a user