Browse Source

Add key bind to open todos in telescope

master
Adam Pippin 2 years ago
parent
commit
081d807e82
  1. 3
      lua/config/plugins/development.lua

3
lua/config/plugins/development.lua

@ -113,7 +113,8 @@ return {
name = 'folke/todo-comments.nvim',
config = { branch = "main" },
keys = {
{ mode = 'n', key = { '<leader>', 'w', 't' }, map = ':TodoTrouble<CR>', label = "todos" },
{ mode = 'n', key = { '<leader>', 'w', 't' }, map = ':TodoTrouble<CR>', label = "todos list" },
{ mode = 'n', key = { '<leader>', 'w', 'T' }, map = ':TodoTelescope<CR>', label = "todos search" },
}
},

Loading…
Cancel
Save