summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* misc: track `lorem.txt`Thomas Vanbesien2026-05-181-0/+1
|
* fix: make `dotfiles_off.env` unset completions set in `dotfiles_on.env`Thomas Vanbesien2026-05-181-0/+2
|
* fix: make `dotfiles` usage message usefulThomas Vanbesien2026-05-181-1/+1
|
* fix(nvim): remove broken keymapsThomas Vanbesien2026-05-181-4/+4
| | | | | No need to navigate windows in insert mode. The previous maps (insert mode) were deleting a word instead of navigating.
* misc: fix wording, comments, typosThomas Vanbesien2026-05-185-16/+8
|
* fix: remove non-standard MimeType in `nvim.desktop`Thomas Vanbesien2026-05-181-1/+1
|
* fix: make ranger glib2 dependency explicitThomas Vanbesien2026-05-181-1/+1
| | | | | It's pulled transitively by plasma-workspace so it's not strictly necessary on KDE, but it's cleaner.
* misc: remove KDE shortcuts to non-existent scriptsThomas Vanbesien2026-05-181-6/+0
|
* feat(nvim): add shortcuts to move tabpagesThomas Vanbesien2026-05-181-0/+3
|
* feat(nvim): add custom tabline pluginThomas Vanbesien2026-05-181-0/+72
|
* fix(nvim): install application iconThomas Vanbesien2026-05-181-0/+2
|
* feat: add nvim application shortcutThomas Vanbesien2026-05-181-0/+17
|
* feat: add `.gitconfig`Thomas Vanbesien2026-05-181-0/+14
|
* feat(nvim): add commands to check/uncheck markdown checklist itemsThomas Vanbesien2026-05-171-0/+30
|
* misc: commentThomas Vanbesien2026-05-171-1/+1
|
* misc: extract magic numberThomas Vanbesien2026-05-171-3/+4
|
* fix(nvim): fix gitcommit injection query with `; extends` directiveThomas Vanbesien2026-05-071-2/+2
| | | | It was just being applied at all.
* misc: add emoji selector shortcut (KDE)Thomas Vanbesien2026-05-071-0/+3
| | | | This is of the *UTMOST* importance!
* misc: small refactorThomas Vanbesien2026-05-071-1/+1
|
* fix(nvim): disable lualine for qf buffersThomas Vanbesien2026-05-071-1/+1
|
* feat: include local config in `foot.ini`Thomas Vanbesien2026-05-071-0/+2
|
* feat(nvim): add markdown rendering with `render-markdown.nvim`Thomas Vanbesien2026-05-075-45/+24
| | | | | | | | | | | | | See https://github.com/MeanderingProgrammer/render-markdown.nvim - Don't set `'colorcolumn'` and `'conceallevel'` in markdown ftplugin - Treesitter plugin doesn't install the markdown and markdown_inline parsers. `50-markdown.lua` does it instead, so that it is self-contained. It also installs extra parsers it needs: yaml, html and latex. - Remove markdown highlight adjustments in `50-colors.lua` - Remove `markdown/injections.scm` that was disabling treesitter highlighting inside fenced code blocks.
* misc: edit tmux prefix and status line formatThomas Vanbesien2026-05-071-0/+8
|
* misc: commentThomas Vanbesien2026-05-071-1/+1
|
* fix(nvim): gitcommit diff window starts unfoldedThomas Vanbesien2026-05-071-0/+1
|
* fix(nvim): fix last accessed tab keymap conflictThomas Vanbesien2026-05-071-1/+1
|
* feat(nvim): smooth scrolling pluginThomas Vanbesien2026-05-072-0/+38
|
* fix(nvim): use `stdpath('config')` for spellfile pathsThomas Vanbesien2026-05-071-2/+2
|
* fix(nvim): disable lualine in netrw buffersThomas Vanbesien2026-05-071-2/+4
|
* fix(nvim): `Dotfiles*` commands check if gitgutter is loadedThomas Vanbesien2026-05-071-2/+15
|
* feat: initial setupThomas Vanbesien2026-05-0644-0/+1948
- `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