feat: some small tweaks
This commit is contained in:
parent
21b4bf98cf
commit
2bc897ece0
2 changed files with 9 additions and 2 deletions
|
@ -58,7 +58,11 @@ return {
|
|||
{
|
||||
"echasnovski/mini.pairs",
|
||||
version = false,
|
||||
opts = {},
|
||||
opts = {
|
||||
mappings = {
|
||||
["`"] = { action = "closeopen", pair = "``", neigh_pattern = "[^\\`].", register = { cr = false } },
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.surround",
|
||||
|
|
|
@ -103,7 +103,10 @@ return {
|
|||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
opts = {}
|
||||
opts = {
|
||||
timeout = 2000,
|
||||
stages = "static",
|
||||
}
|
||||
},
|
||||
{
|
||||
"MunifTanjim/nui.nvim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue