chore(nvim): replace vim-surround with nvim-surround

This commit is contained in:
Stefan Imhoff
2022-10-31 08:59:07 +01:00
parent 92b2ce9723
commit 9b7762e45a
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
-- nvim-surround https://github.com/kylechui/nvim-surround
local status_ok, surround = pcall(require, "nvim-surround")
if not status_ok then
return
end
surround.setup()