1

Update generated nvim config

This commit is contained in:
2024-06-02 22:16:32 +02:00
parent afa21f2fae
commit 847a34c6b9
26 changed files with 4399 additions and 1178 deletions

View File

@ -0,0 +1,4 @@
command! -nargs=* TodoQuickFix lua require("todo-comments.search").setqflist(<q-args>)
command! -nargs=* TodoLocList lua require("todo-comments.search").setloclist(<q-args>)
command! -nargs=* TodoTelescope Telescope todo-comments todo <args>
command! -nargs=* TodoTrouble Trouble todo <args>