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