We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d965db commit 8a2b859Copy full SHA for 8a2b859
lua/custom/plugins/surround.lua
@@ -1,17 +1,7 @@
1
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
+ "kylechui/nvim-surround",
+ version = "*",
+ config = function()
+ require("nvim-surround").setup()
+ end
17
}
0 commit comments