Set vim.o.sessionoptions = "localoptions"

This commit is contained in:
Martin Larsson 2024-08-12 17:49:40 +02:00
parent c8bce9a631
commit 72fbf61c84

View file

@ -13,5 +13,8 @@ return {
"~/.config", "~/.config",
"~/dev/git/.dotfiles", "~/dev/git/.dotfiles",
}, },
} },
init = function()
vim.o.sessionoptions = "localoptions"
end
} }