Neovim add flash and surround plugins

This commit is contained in:
2026-03-12 19:01:50 +05:30
parent 345e0e25ea
commit 8284d6b522
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
return {
"kylechui/nvim-surround",
version = "^4.0.0", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
-- Optional: See `:h nvim-surround.configuration` and `:h nvim-surround.setup` for details
-- config = function()
-- require("nvim-surround").setup({
-- -- Put your configuration here
-- })
-- end
}