chore(lazygit): remove comments

This commit is contained in:
Simon Lasbrugnas 2024-11-11 14:34:07 +01:00
parent 3c4da351e5
commit a8b176df95
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -8,12 +8,9 @@ return {
"LazyGitFilter", "LazyGitFilter",
"LazyGitFilterCurrentFile", "LazyGitFilterCurrentFile",
}, },
-- optional for floating window border decoration
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "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 = { keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" } { "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
} }