Add workspaces and folder group empty enabled by default
This commit is contained in:
@ -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" },
|
||||
|
||||
|
Reference in New Issue
Block a user