mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: add vim session
This commit is contained in:
parent
063dbadc6b
commit
fd6fe601a9
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -5,3 +5,4 @@ if vim.g.neovide then
|
||||||
vim.opt.linespace = -4
|
vim.opt.linespace = -4
|
||||||
vim.g.neovide_refresh_rate = 170
|
vim.g.neovide_refresh_rate = 170
|
||||||
end
|
end
|
||||||
|
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue