added buffer keybinds and leetcode

This commit is contained in:
2026-06-24 10:49:43 +05:30
parent 16434d2dbc
commit 58d9fb283e
3 changed files with 26 additions and 1 deletions

13
lua/plugins/leetcode.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
dependencies = {
-- include a picker of your choice, see picker section for more details
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
opts = {
lang = "python",
-- configuration goes here
},
}