feat: fixed surround not being imported correctly
This commit is contained in:
parent
9d965db75f
commit
8a2b859240
|
@ -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
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue