feat: leetcode lelele
This commit is contained in:
parent
3075eaa827
commit
b8f61633c5
1 changed files with 14 additions and 0 deletions
14
lua/custom/plugins/leetcode.lua
Normal file
14
lua/custom/plugins/leetcode.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
return {
|
||||||
|
"kawre/leetcode.nvim",
|
||||||
|
build = ":TSUpdate html",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
"nvim-lua/plenary.nvim", -- required by telescope
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
-- optional
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
lang="go"
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue