Merge branch 'dev' into venus

nvim: add mini.surround plugin
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
David JULIEN 2023-02-25 23:33:17 +01:00
commit 403304b60d
Signed by: swytch
GPG Key ID: 498590A3AA82A06F
1 changed files with 5 additions and 0 deletions

View File

@ -40,5 +40,10 @@ return {
require("mini.indentscope").setup(opts) require("mini.indentscope").setup(opts)
end, end,
},
{
"echasnovski/mini.surround",
version = '*',
config = function() require("mini.surround").setup() end,
} }
} }