many updates
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user