ref(nvim): todo-comments

This commit is contained in:
Léana 江 2023-10-25 00:03:36 +02:00 committed by Léana 江
parent 9eeec7a609
commit 63be74aa9e
2 changed files with 5 additions and 55 deletions

View file

@ -82,3 +82,6 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
-- NoNeckPain
map("n", "<leader>z", ":NoNeckPain<CR>", { desc = "Center this shit plz" })
-- Todo-Comments
map('n', '<leader>td', function() vim.cmd("TodoTelescope") end)