summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-fold.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(nvim): rewrite fold plugin and fix text folding while editingThomas Vanbesien7 days1-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