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 /init.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 'init.lua')
| -rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -229,7 +229,6 @@ end) ------------------------------------------------------------------------------------------------------------------------ vim.opt.shell = "/usr/bin/bash" -vim.opt.foldenable = true -- Folds are closed by default vim.opt.pumheight = 16 -- Popup menu height to 16 lines vim.opt.confirm = true -- Confirm before losing buffer unsaved changes vim.opt.splitbelow = false |
