V2 #1

Merged
wonderfulfrog merged 20 commits from v2 into main 2024-05-10 11:26:26 -07:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 2bc897ece0 - Show all commits

View file

@ -58,7 +58,11 @@ return {
{
"echasnovski/mini.pairs",
version = false,
opts = {},
opts = {
mappings = {
["`"] = { action = "closeopen", pair = "``", neigh_pattern = "[^\\`].", register = { cr = false } },
},
},
},
{
"echasnovski/mini.surround",

View file

@ -103,7 +103,10 @@ return {
},
{
"rcarriga/nvim-notify",
opts = {}
opts = {
timeout = 2000,
stages = "static",
}
},
{
"MunifTanjim/nui.nvim"