General CHADtree config

It's enough to do what I want so I'm happy.
This commit is contained in:
Robert Morrison 2022-07-15 06:46:44 +01:00
parent 0994212a19
commit 5eb60c83b1
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -0,0 +1,5 @@
local chadtree_settings = {
["xdg"] = true,
["options.session"] = false,
}
vim.api.nvim_set_var("chadtree_settings",chadtree_settings)