This commit is contained in:
Jaroslaw Konik 2024-05-30 22:35:51 +02:00
parent ffd617d48f
commit 4e07568061

View file

@ -222,6 +222,25 @@ require("lazy").setup({
opts = {}
},
{ "cappyzawa/trim.nvim", opts = {} },
{
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
}
}
})
require 'nvim-treesitter.configs'.setup({