diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 00:27:05 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 00:39:30 +0200 |
| commit | 59f19b4412432a013b092ca3651dacbba1960e79 (patch) | |
| tree | 4c3f1fb142034c7e3c74d3f30e6cb4f19b9108cc /plugin/50-session.lua | |
| parent | 61d119a3e078066c9b0be56d422c92432f9f42b9 (diff) | |
| download | nvim-config-59f19b4412432a013b092ca3651dacbba1960e79.tar.gz nvim-config-59f19b4412432a013b092ca3651dacbba1960e79.zip | |
fix(nvim): rewrite fold plugin and fix text folding while editing
Diffstat (limited to 'plugin/50-session.lua')
| -rw-r--r-- | plugin/50-session.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/50-session.lua b/plugin/50-session.lua index a297504..7b0061b 100644 --- a/plugin/50-session.lua +++ b/plugin/50-session.lua @@ -2,6 +2,8 @@ -- Session plugin -- +vim.opt.sessionoptions:remove("folds") + local session_dir = vim.fn.stdpath("state") .. "/sessions" local session_default = session_dir .. "/default.vim" if not vim.uv.fs_stat(session_dir) then |
