X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/eca3163fa25f5d6a4d1aa77d447473141d1a5b79..b99dee25318e48024313b76e075a24afccd0c10b:/nvim/lua/plugins/editor.lua diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index deab249..5dcdccf 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -72,7 +72,7 @@ return { { "folke/todo-comments.nvim", -- Finds and lists all of the TODO, HACK, BUG, etc comment -- in your project and loads them into a browsable list. - cmd = { "TodoTrouble", "TodoTelescope" }, + cmd = { "TodoTrouble"}, event = "LazyFile", -- stylua: ignore keys = { @@ -80,8 +80,6 @@ return { { "[t", function() require("todo-comments").jump_prev() end, desc = "Previous Todo Comment" }, { "xt", "Trouble todo toggle", desc = "Todo (Trouble)" }, { "xT", "Trouble todo toggle filter = {tag = {TODO,FIX,FIXME}}", desc = "Todo/Fix/Fixme (Trouble)" }, - { "st", "TodoTelescope", desc = "Todo" }, - { "sT", "TodoTelescope keywords=TODO,FIX,FIXME", desc = "Todo/Fix/Fixme" }, }, opts = {} },