diff --git a/lua/plugins/surround.lua b/lua/plugins/surround.lua index 85e2bc6..306e551 100644 --- a/lua/plugins/surround.lua +++ b/lua/plugins/surround.lua @@ -1,3 +1,10 @@ return { - "tpope/vim-surround", + "kylechui/nvim-surround", + version = "*", + event = "VeryLazy", + config = function() + require("nvim-surround").setup({ + -- Configuration here, or leave empty to use defaults + }) + end, }