We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1538f9 commit 3be473cCopy full SHA for 3be473c
lua/config/options.lua
@@ -49,6 +49,7 @@ opt.title = true -- Set window title
49
opt.undofile = true -- Save undo history
50
opt.updatetime = 250 -- Swap file update time
51
opt.wrap = false -- Disable line wrap
52
+opt.sessionoptions = "buffers,curdir,folds,help,tabpages,winsize" -- Changes the effect of the `:mksession` command
53
54
-- Fold settings for ufo plugin.
55
-- They need to be defined here instead of inside the plugin config because it causes issues with neotree.
0 commit comments