Change from vim-surround to mini.surround
This commit is contained in:
parent
2277d4d170
commit
0207ba1064
2 changed files with 8 additions and 2 deletions
8
home/.config/nvim/lua/plugins/mini.lua
Normal file
8
home/.config/nvim/lua/plugins/mini.lua
Normal 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,
|
||||||
|
}
|
|
@ -1,2 +0,0 @@
|
||||||
-- we all know this one
|
|
||||||
return { "tpope/vim-surround" }
|
|
Loading…
Add table
Add a link
Reference in a new issue