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",
|
||||
|
|
|
@ -12,7 +12,6 @@ return {
|
|||
opts = {},
|
||||
},
|
||||
{
|
||||
-- Surround operations
|
||||
"echasnovski/mini.surround",
|
||||
opts = {},
|
||||
},
|
||||
|
@ -56,7 +55,18 @@ return {
|
|||
{
|
||||
-- Label jumping for visible characters
|
||||
"echasnovski/mini.jump2d",
|
||||
opts = {},
|
||||
opts = {
|
||||
mappings = {
|
||||
start_jumping = "",
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>j",
|
||||
"<cmd>lua MiniJump2d.start()<cr>",
|
||||
desc = "Jump to visible",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
-- File icons
|
||||
|
@ -68,6 +78,11 @@ return {
|
|||
"echasnovski/mini.tabline",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
-- Another picker
|
||||
"echasnovski/mini.pick",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
-- Decent interactive file management
|
||||
"echasnovski/mini.files",
|
||||
|
|
Loading…
Add table
Reference in a new issue