nvim-lua.kickstart.nvim/lua/custom/plugins/leetcode.lua
Neo 2080d9aa9c Config Update
- Added a bunch of plugins
- Added `minicyan` colorscheme
2025-06-17 11:18:29 -07:00

14 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
},
}