mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
Config Update
- Added a bunch of plugins - Added `minicyan` colorscheme
This commit is contained in:
parent
5bdde24dfb
commit
2080d9aa9c
8 changed files with 849 additions and 61 deletions
14
lua/custom/plugins/leetcode.lua
Normal file
14
lua/custom/plugins/leetcode.lua
Normal 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
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue