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