mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): telescope searches for todo-comments and lsp
This commit is contained in:
parent
df60482da3
commit
6e42dc100a
2 changed files with 18 additions and 12 deletions
|
|
@ -57,3 +57,8 @@ require "todo-comments".setup {
|
|||
-- pattern = [[\b(KEYWORDS)\b]], -- match without the extra colon. You'll likely get false positives
|
||||
},
|
||||
}
|
||||
|
||||
vim.keymap.set('n', '<leader>td',
|
||||
function() vim.cmd("TodoTelescope") end,
|
||||
{ desc = '[S]earch [H]elp' }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue