diff --git a/lua/plugins/surround.lua b/lua/plugins/surround.lua index 4923fc8..477144c 100644 --- a/lua/plugins/surround.lua +++ b/lua/plugins/surround.lua @@ -3,8 +3,6 @@ return{ version = "*", -- 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 - }) + require("nvim-surround").setup({}) end }