diff --git a/lazy-lock.json b/lazy-lock.json index 503aa3d3..b68ef71e 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -37,5 +37,6 @@ "vim-fugitive": { "branch": "master", "commit": "cbe9dfa162c178946afa689dd3f42d4ea8bf89c1" }, "vim-rhubarb": { "branch": "master", "commit": "ee69335de176d9325267b0fd2597a22901d927b1" }, "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" }, + "vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" }, "which-key.nvim": { "branch": "main", "commit": "6962dae3565369363b59dd51fb206051555fcb4d" } } \ No newline at end of file diff --git a/lua/custom/plugins/surround.lua b/lua/custom/plugins/surround.lua new file mode 100644 index 00000000..40b4c984 --- /dev/null +++ b/lua/custom/plugins/surround.lua @@ -0,0 +1,4 @@ +return { + 'tpope/vim-surround', + +}