mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): todo-comments
This commit is contained in:
parent
9eeec7a609
commit
63be74aa9e
2 changed files with 5 additions and 55 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue