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:
commit
403304b60d
@ -40,5 +40,10 @@ return {
|
||||
require("mini.indentscope").setup(opts)
|
||||
end,
|
||||
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.surround",
|
||||
version = '*',
|
||||
config = function() require("mini.surround").setup() end,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user