nvim: other misc changes

This commit is contained in:
insects 2025-04-14 16:30:07 +02:00
parent 316cdf130a
commit cc39b20de7
2 changed files with 33 additions and 2 deletions

View file

@ -2,6 +2,10 @@
return {
"nvim-lua/plenary.nvim",
{
"stevearc/dressing.nvim",
opts = {},
},
{
"folke/snacks.nvim",
priority = 1000, -- needs to be set up early
@ -70,6 +74,18 @@ return {
opts = {
extensions = { lazy_nvim = true },
},
keys = {
{
"<leader>,k",
"<cmd>Legendary keymaps<cr>",
desc = "Find keymaps",
},
{
"<leader>,c",
"<cmd>Legendary commands<cr>",
desc = "Find commands",
},
},
},
{
"wsdjeg/rooter.nvim",