17 lines
371 B
Lua
17 lines
371 B
Lua
return {
|
|
{
|
|
'kawre/leetcode.nvim',
|
|
build = ':TSUpdate html', -- if you have `nvim-treesitter` installed
|
|
dependencies = {
|
|
'nvim-telescope/telescope.nvim',
|
|
-- "ibhagwan/fzf-lua",
|
|
'nvim-lua/plenary.nvim',
|
|
'MunifTanjim/nui.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
opts = {
|
|
-- configuration goes here
|
|
},
|
|
},
|
|
}
|