mostly added friendly-snippets and a dashboard

This commit is contained in:
Nikhil 2025-08-24 01:50:33 +05:30
parent c5d1b0ac8f
commit f01bb407cc
4 changed files with 240 additions and 22 deletions

View file

@ -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" },
-- },
-- },
}