add more plugins, change and remove several keymaps

This commit is contained in:
vladstojna 2023-06-06 05:15:43 +01:00 committed by vladstojna
parent 8d7a79a990
commit f215462b74
6 changed files with 14 additions and 36 deletions

View file

@ -11,10 +11,12 @@ return {
"ahmedkhalf/project.nvim",
"famiu/bufdelete.nvim",
"tpope/vim-repeat",
"tpope/vim-unimpaired",
"JoosepAlviste/nvim-ts-context-commentstring",
"sindrets/diffview.nvim",
"rhysd/git-messenger.vim",
"lambdalisue/suda.vim",
"stevearc/dressing.nvim",
{
"windwp/nvim-ts-autotag",
dependencies = {
@ -95,8 +97,8 @@ return {
cmd = { "TodoTrouble", "TodoTelescope" },
config = true,
keys = {
{ "]t", function() require("todo-comments").jump_next() end, desc = "Next todo comment" },
{ "[t", function() require("todo-comments").jump_prev() end, desc = "Previous todo comment" },
{ "]/", function() require("todo-comments").jump_next() end, desc = "Next todo comment" },
{ "[/", function() require("todo-comments").jump_prev() end, desc = "Previous todo comment" },
{ "<leader>xt", "<cmd>TodoTrouble<cr>", desc = "Todo (Trouble)" },
{ "<leader>xT", "<cmd>TodoTrouble keywords=TODO,FIX,FIXME<cr>", desc = "Todo/Fix/Fixme (Trouble)" },
{ "<leader>st", "<cmd>TodoTelescope<cr>", desc = "Todo" },