mostly added friendly-snippets and a dashboard
This commit is contained in:
parent
c5d1b0ac8f
commit
f01bb407cc
4 changed files with 240 additions and 22 deletions
|
|
@ -55,12 +55,12 @@ return {
|
|||
cmd = { "Git", "G" }, -- lazy load only on :Git commands
|
||||
},
|
||||
|
||||
{ -- Lazygit UI (optional)
|
||||
"kdheepak/lazygit.nvim",
|
||||
cmd = "LazyGit",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
keys = {
|
||||
{ "<leader>lg", "<cmd>LazyGit<CR>", desc = "Open LazyGit" },
|
||||
},
|
||||
},
|
||||
-- { -- Lazygit UI (optional)
|
||||
-- "kdheepak/lazygit.nvim",
|
||||
-- cmd = "LazyGit",
|
||||
-- dependencies = { "nvim-lua/plenary.nvim" },
|
||||
-- keys = {
|
||||
-- { "<leader>lg", "<cmd>LazyGit<CR>", desc = "Open LazyGit" },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue