mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: move todo comments configuration
This commit is contained in:
parent
c1b2786383
commit
69de222d9b
2 changed files with 3 additions and 4 deletions
|
|
@ -15,3 +15,6 @@ require("todo-comments").setup {
|
|||
hint = { "#696c77" },
|
||||
},
|
||||
}
|
||||
|
||||
-- Todo-Comments
|
||||
vim.keymap.set("n", "<leader>st", function() vim.cmd("TodoTelescope") end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue