Add more git shortcut

This commit is contained in:
2024-04-03 15:40:42 +02:00
parent a62a601e1f
commit 8638342fa9
3 changed files with 20 additions and 3 deletions
+10
View File
@@ -413,6 +413,16 @@ local default_plugins = {
"MunifTanjim/nui.nvim",
-- "rcarriga/nvim-notify",
},
},
{
"folke/todo-comments.nvim",
lazy=false,
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
}