many updates

This commit is contained in:
Matt Anderson
2026-05-29 17:50:15 -05:00
parent 5064f88c27
commit 71fe62d71c
11 changed files with 286 additions and 32 deletions

View File

@@ -103,18 +103,6 @@ require('lazy').setup({
})
end,
},
-- Study
{
"kawre/leetcode.nvim",
dependencies = {
-- include a picker of your choice, see picker section for more details
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
opts = {
lang = "python3"
},
}
})
-- Initialize Plugins
@@ -137,6 +125,9 @@ local function tree_on_attach(bufnr)
end
require('nvim-tree').setup({
on_attach = tree_on_attach,
renderer = {
full_name = true,
},
view = {
side = "left",
},