Neovim add flash and surround plugins
This commit is contained in:
11
nvim/lua/kickstart/plugins/surround.lua
Normal file
11
nvim/lua/kickstart/plugins/surround.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user