mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-09 23:11:13 +00:00
9 lines
163 B
Lua
9 lines
163 B
Lua
require("projections").setup({
|
|
store_hooks = {
|
|
pre = function()
|
|
-- Close neo-tree before storing sessions
|
|
vim.cmd([[Neotree action=close]])
|
|
end,
|
|
},
|
|
})
|