feat: fixed surround not being imported correctly

This commit is contained in:
Wil Simpson 2024-12-22 10:15:01 -06:00
parent 9d965db75f
commit 8a2b859240
1 changed files with 5 additions and 15 deletions

View File

@ -1,17 +1,7 @@
return { return {
"kawre/leetcode.nvim", "kylechui/nvim-surround",
build = ":TSUpdate html", version = "*",
dependencies = { config = function()
"nvim-telescope/telescope.nvim", require("nvim-surround").setup()
"nvim-lua/plenary.nvim", -- required by telescope end
"MunifTanjim/nui.nvim",
-- optional
"nvim-treesitter/nvim-treesitter",
"rcarriga/nvim-notify",
"nvim-tree/nvim-web-devicons",
},
opts = {
-- configuration goes here
},
} }