me habia dejado una cosa

main
borja 1 year ago
parent bcd0ca26aa
commit f829721373

@ -69,6 +69,7 @@ local function add_todo()
spacestring = spacestring .. " "
end
line = spacestring .. "- [ ] " .. line
vim.api.nvim_set_current_line(line)
end
end
-- if not string.sub(line, 1, 1) == " " then

Loading…
Cancel
Save