mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
15 lines
320 B
Lua
15 lines
320 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',
|
||
|
},
|
||
|
opts = {
|
||
|
lang = 'python',
|
||
|
-- configuration goes here
|
||
|
},
|
||
|
}
|