update
This commit is contained in:
parent
ffd617d48f
commit
4e07568061
1 changed files with 19 additions and 0 deletions
19
init.lua
19
init.lua
|
|
@ -222,6 +222,25 @@ require("lazy").setup({
|
||||||
opts = {}
|
opts = {}
|
||||||
},
|
},
|
||||||
{ "cappyzawa/trim.nvim", 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({
|
require 'nvim-treesitter.configs'.setup({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue