Config Update

- Added a bunch of plugins
- Added `minicyan` colorscheme
This commit is contained in:
Neo 2025-06-17 11:18:29 -07:00
parent 5bdde24dfb
commit 2080d9aa9c
8 changed files with 849 additions and 61 deletions

View file

@ -0,0 +1,14 @@
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
},
}