From 7a7a8ace1dacfff121ce90110c7b5c8635d178c3 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 4 Feb 2026 16:34:45 +0100 Subject: plugin dump --- surround.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 surround.lua (limited to 'surround.lua') diff --git a/surround.lua b/surround.lua new file mode 100644 index 0000000..0b5abe6 --- /dev/null +++ b/surround.lua @@ -0,0 +1,12 @@ +return { + { + "kylechui/nvim-surround", + version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features + event = "VeryLazy", + config = function() + require("nvim-surround").setup({ + -- Configuration here, or leave empty to use defaults + }) + end, + }, +} -- cgit v1.2.3