nvim: other misc changes
This commit is contained in:
parent
316cdf130a
commit
cc39b20de7
2 changed files with 33 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue