| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | misc: track `lorem.txt` | Thomas Vanbesien | 2026-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | fix: make `dotfiles_off.env` unset completions set in `dotfiles_on.env` | Thomas Vanbesien | 2026-05-18 | 1 | -0/+2 | |
| | | ||||||
| * | fix: make `dotfiles` usage message useful | Thomas Vanbesien | 2026-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix(nvim): remove broken keymaps | Thomas Vanbesien | 2026-05-18 | 1 | -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, typos | Thomas Vanbesien | 2026-05-18 | 5 | -16/+8 | |
| | | ||||||
| * | fix: remove non-standard MimeType in `nvim.desktop` | Thomas Vanbesien | 2026-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix: make ranger glib2 dependency explicit | Thomas Vanbesien | 2026-05-18 | 1 | -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 scripts | Thomas Vanbesien | 2026-05-18 | 1 | -6/+0 | |
| | | ||||||
| * | feat(nvim): add shortcuts to move tabpages | Thomas Vanbesien | 2026-05-18 | 1 | -0/+3 | |
| | | ||||||
| * | feat(nvim): add custom tabline plugin | Thomas Vanbesien | 2026-05-18 | 1 | -0/+72 | |
| | | ||||||
| * | fix(nvim): install application icon | Thomas Vanbesien | 2026-05-18 | 1 | -0/+2 | |
| | | ||||||
| * | feat: add nvim application shortcut | Thomas Vanbesien | 2026-05-18 | 1 | -0/+17 | |
| | | ||||||
| * | feat: add `.gitconfig` | Thomas Vanbesien | 2026-05-18 | 1 | -0/+14 | |
| | | ||||||
| * | feat(nvim): add commands to check/uncheck markdown checklist items | Thomas Vanbesien | 2026-05-17 | 1 | -0/+30 | |
| | | ||||||
| * | misc: comment | Thomas Vanbesien | 2026-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | misc: extract magic number | Thomas Vanbesien | 2026-05-17 | 1 | -3/+4 | |
| | | ||||||
| * | fix(nvim): fix gitcommit injection query with `; extends` directive | Thomas Vanbesien | 2026-05-07 | 1 | -2/+2 | |
| | | | | | It was just being applied at all. | |||||
| * | misc: add emoji selector shortcut (KDE) | Thomas Vanbesien | 2026-05-07 | 1 | -0/+3 | |
| | | | | | This is of the *UTMOST* importance! | |||||
| * | misc: small refactor | Thomas Vanbesien | 2026-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix(nvim): disable lualine for qf buffers | Thomas Vanbesien | 2026-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | feat: include local config in `foot.ini` | Thomas Vanbesien | 2026-05-07 | 1 | -0/+2 | |
| | | ||||||
| * | feat(nvim): add markdown rendering with `render-markdown.nvim` | Thomas Vanbesien | 2026-05-07 | 5 | -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 format | Thomas Vanbesien | 2026-05-07 | 1 | -0/+8 | |
| | | ||||||
| * | misc: comment | Thomas Vanbesien | 2026-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix(nvim): gitcommit diff window starts unfolded | Thomas Vanbesien | 2026-05-07 | 1 | -0/+1 | |
| | | ||||||
| * | fix(nvim): fix last accessed tab keymap conflict | Thomas Vanbesien | 2026-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | feat(nvim): smooth scrolling plugin | Thomas Vanbesien | 2026-05-07 | 2 | -0/+38 | |
| | | ||||||
| * | fix(nvim): use `stdpath('config')` for spellfile paths | Thomas Vanbesien | 2026-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | fix(nvim): disable lualine in netrw buffers | Thomas Vanbesien | 2026-05-07 | 1 | -2/+4 | |
| | | ||||||
| * | fix(nvim): `Dotfiles*` commands check if gitgutter is loaded | Thomas Vanbesien | 2026-05-07 | 1 | -2/+15 | |
| | | ||||||
| * | feat: initial setup | Thomas Vanbesien | 2026-05-06 | 44 | -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 | ||||||
