Added leetcode
This commit is contained in:
parent
073800f7db
commit
c1315e0d16
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'jiangmiao/auto-pairs'
|
||||
}
|
|
@ -1,7 +1,17 @@
|
|||
return {
|
||||
"kylechui/nvim-surround",
|
||||
version = "*",
|
||||
config = function ()
|
||||
require("nvim-surround").setup()
|
||||
end
|
||||
"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
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue