Added Suda, nvim-surround, colorcolumn toggle

This commit is contained in:
2024-06-16 11:45:29 +10:00
parent 34445b9a43
commit aa8ed34862
4 changed files with 36 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
return {
"kylechui/nvim-surround",
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
})
end
}