Change from vim-surround to mini.surround

This commit is contained in:
Marko Korhonen 2023-11-18 23:04:55 +02:00
parent a650d003b1
commit bcd1f2553e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,8 @@
-- Library of 30+ independent Lua modules improving overall Neovim
return {
"echasnovski/mini.nvim",
version = "*",
config = function()
require("mini.surround").setup()
end,
}

View file

@ -1,2 +0,0 @@
-- we all know this one
return { "tpope/vim-surround" }