Skip to content

Commit 8a2b859

Browse files
committed
feat: fixed surround not being imported correctly
1 parent 9d965db commit 8a2b859

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

lua/custom/plugins/surround.lua

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
return {
2-
"kawre/leetcode.nvim",
3-
build = ":TSUpdate html",
4-
dependencies = {
5-
"nvim-telescope/telescope.nvim",
6-
"nvim-lua/plenary.nvim", -- required by telescope
7-
"MunifTanjim/nui.nvim",
8-
9-
-- optional
10-
"nvim-treesitter/nvim-treesitter",
11-
"rcarriga/nvim-notify",
12-
"nvim-tree/nvim-web-devicons",
13-
},
14-
opts = {
15-
-- configuration goes here
16-
},
2+
"kylechui/nvim-surround",
3+
version = "*",
4+
config = function()
5+
require("nvim-surround").setup()
6+
end
177
}

0 commit comments

Comments
 (0)