nvim: move todo comments configuration

This commit is contained in:
Primrose 2025-07-08 22:22:47 +02:00
parent c1b2786383
commit 69de222d9b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 3 additions and 4 deletions

View file

@ -15,3 +15,6 @@ require("todo-comments").setup {
hint = { "#696c77" },
},
}
-- Todo-Comments
vim.keymap.set("n", "<leader>st", function() vim.cmd("TodoTelescope") end)