✨ feat(nvim): added leetcode extra
didnt test it so expect bugs :D
This commit is contained in:
parent
46ae654301
commit
3c7cf0f4dd
2 changed files with 15 additions and 1 deletions
|
@ -120,7 +120,6 @@
|
|||
"search-replace.nvim": { "branch": "main", "commit": "d92290a02d97f4e9b8cd60d28b56b403432158d5" },
|
||||
"semshi": { "branch": "master", "commit": "eddc5304d7aa99e140c89f40393c9f109f4e9115" },
|
||||
"smart-splits.nvim": { "branch": "master", "commit": "c8a9173d70cbbd1f6e4a414e49e31df2b32a1362" },
|
||||
"speedtyper.nvim": { "branch": "main", "commit": "3ec77c90664b4a6436d024f09303b78e9a730917" },
|
||||
"sqlite.lua": { "branch": "master", "commit": "b7e28c8463254c46a8e61c52d27d6a2040492fc3" },
|
||||
"ssr.nvim": { "branch": "main", "commit": "bb323ba621ac647b4ac5638b47666e3ef3c279e1" },
|
||||
"suda.vim": { "branch": "master", "commit": "8b0fc3711760195aba104e2d190cff9af8267052" },
|
||||
|
|
15
.config/nvim/lua/plugins/extras/util/leetcode.lua
Normal file
15
.config/nvim/lua/plugins/extras/util/leetcode.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"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 = {},
|
||||
}
|
Loading…
Add table
Reference in a new issue