using LazyVim for non-vscode scenario

This commit is contained in:
2025-04-14 20:04:07 +08:00
parent 367ebdccb0
commit b69bd64e05
18 changed files with 366 additions and 350 deletions

View File

@@ -1,4 +1,6 @@
return {
--[[ {"vim-neo-tree/neo-tree.nvim", enabled = false},
{
"nvim-tree/nvim-tree.lua",
version = "*",
lazy = false,
@@ -8,4 +10,5 @@ return {
config = function()
require("nvim-tree").setup {}
end,
}
} ]]
}