Add workspaces and folder group empty enabled by default

This commit is contained in:
2025-05-30 23:33:36 +05:00
parent 5e2f9ccb0b
commit f12cc324f1
2 changed files with 19 additions and 2 deletions

View File

@ -13,6 +13,22 @@ return {
end,
},
{
event = "VeryLazy",
"natecraddock/workspaces.nvim",
config = function()
require("workspaces").setup()
end
},
{
"nvim-tree/nvim-tree.lua",
opts = function()
local conf = require "nvchad.configs.nvimtree"
conf.renderer.group_empty = true
return conf
end
},
-- test new blink
-- { import = "nvchad.blink.lazyspec" },