summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua
deleted file mode 100644
index f3e0174..0000000
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/surround.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-return {
- "echasnovski/mini.surround",
- version = "*",
- init = function()
- local wk = require("which-key")
- wk.add({
- mode = { "n", "v" },
- { "s", group = "Surround/Search & replace on line" },
- })
- end,
- config = function()
- require("mini.surround").setup()
- end,
-}