Skip to content

Commit 3be473c

Browse files
committed
add sessionoptions
1 parent f1538f9 commit 3be473c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/config/options.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ opt.title = true -- Set window title
4949
opt.undofile = true -- Save undo history
5050
opt.updatetime = 250 -- Swap file update time
5151
opt.wrap = false -- Disable line wrap
52+
opt.sessionoptions = "buffers,curdir,folds,help,tabpages,winsize" -- Changes the effect of the `:mksession` command
5253

5354
-- Fold settings for ufo plugin.
5455
-- They need to be defined here instead of inside the plugin config because it causes issues with neotree.

0 commit comments

Comments
 (0)