mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 05:38:38 +02:00
Updated to latest settings
This commit is contained in:
parent
d2d5a4effb
commit
555d200655
4 changed files with 19 additions and 2 deletions
7
lua/custom/plugins/surround.lua
Normal file
7
lua/custom/plugins/surround.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"kylechui/nvim-surround",
|
||||
version = "*",
|
||||
config = function ()
|
||||
require("nvim-surround").setup()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue