nvim: Add TODO Comments plugin
This commit is contained in:
parent
e36e3a757c
commit
5c7d1a40fd
2 changed files with 18 additions and 0 deletions
|
|
@ -53,6 +53,16 @@ return {
|
|||
"<cmd>Trouble diagnostics filter.buf=0 filter.severity=vim.diagnostic.severity.HINT<cr>",
|
||||
desc = "Info Diagnostics (Trouble)",
|
||||
},
|
||||
{
|
||||
"<leader>xt",
|
||||
"<cmd>Trouble todo<cr>",
|
||||
desc = "TODOs (Trouble)",
|
||||
},
|
||||
{
|
||||
"<leader>xT",
|
||||
"<cmd>Trouble todo filter.buf=0<cr>",
|
||||
desc = "TODOs (Trouble)",
|
||||
},
|
||||
{
|
||||
"<leader>cs",
|
||||
"<cmd>Trouble symbols toggle focus=false<cr>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue