summaryrefslogtreecommitdiffstats
path: root/plugin/50-fold.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(nvim): fold plugin no longer overrides custom ftplugin fold levelThomas Vanbesien6 days1-1/+5
|
* fix(nvim): rewrite fold plugin and fix text folding while editingThomas Vanbesien2026-06-131-12/+11
|
* misc(nvim): add user command to (re)initialize foldsThomas Vanbesien2026-05-291-9/+14
| | | | | | A user command to reinitialize folds is the best solution. It's better than doing it automatically because if folds are recalculated all the time then when writing code new folds will close on the cursor.
* feat: initial setupThomas Vanbesien2026-05-061-0/+22
- `dotfiles` (this project's CLI) - foot configuration - tmux configuration - bash configuration - nvim (as a git submodule) + configuration - ranger configuration - fzf configuration - KDE global shortcuts - Other miscellaneous dependencies