Remove useless comment

This commit is contained in:
Kenneth Benzie 2024-03-03 22:13:22 +00:00
parent 56da219cfb
commit bbccd0563e

View File

@ -3,8 +3,6 @@ return{
version = "*", -- Use for stability; omit to use `main` branch for the latest features version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy", event = "VeryLazy",
config = function() config = function()
require("nvim-surround").setup({ require("nvim-surround").setup({})
-- Configuration here, or leave empty to use defaults
})
end end
} }