Added leetcode
This commit is contained in:
parent
073800f7db
commit
c1315e0d16
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'jiangmiao/auto-pairs'
|
||||||
|
}
|
|
@ -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
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue