Set vim.o.sessionoptions = "localoptions"
This commit is contained in:
parent
c8bce9a631
commit
72fbf61c84
1 changed files with 4 additions and 1 deletions
|
|
@ -13,5 +13,8 @@ return {
|
|||
"~/.config",
|
||||
"~/dev/git/.dotfiles",
|
||||
},
|
||||
}
|
||||
},
|
||||
init = function()
|
||||
vim.o.sessionoptions = "localoptions"
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue