Added leetcode

This commit is contained in:
Wil Simpson 2024-06-17 18:18:53 -04:00
parent 073800f7db
commit c1315e0d16
2 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,3 @@
return {
'jiangmiao/auto-pairs'
}

View File

@ -1,7 +1,17 @@
return { return {
"kylechui/nvim-surround", "kawre/leetcode.nvim",
version = "*", build = ":TSUpdate html",
config = function () dependencies = {
require("nvim-surround").setup() "nvim-telescope/telescope.nvim",
end "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
},
} }