summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Expand)AuthorAgeFilesLines
* misc: remove passmenuThomas Vanbesien2026-05-291-42/+0
* fix(nvim): fix SessionExitSave and SessionExitNoSave commandsThomas Vanbesien2026-05-221-5/+4
* misc(nvim): prompt user for action when buffer file is edited outside of nvimThomas Vanbesien2026-05-221-7/+20
* misc(nvim): add shortcut to create tabpageThomas Vanbesien2026-05-221-0/+2
* refactor(nvim): move winbar option and use vim.optThomas Vanbesien2026-05-221-1/+1
* refactor(nvim): move updatetime optionThomas Vanbesien2026-05-221-1/+1
* misc(bash): show git branch in promptThomas Vanbesien2026-05-221-8/+9
* misc(nvim): set tabline fg to yellowThomas Vanbesien2026-05-221-1/+2
* refactor(nvim): remove call to winsaveview() when reloading a bufferThomas Vanbesien2026-05-221-2/+0
* misc(nvim): set winbar to show cwd and pathThomas Vanbesien2026-05-222-0/+3
* misc(nvim): reload buffer when its file changed on diskThomas Vanbesien2026-05-223-2/+20
* misc(nvim): rounded borders and default bg color for floating windowsThomas Vanbesien2026-05-222-2/+1
* Revert "fix(nvim): correct popup rendering for bullets and LSP docs"Thomas Vanbesien2026-05-222-26/+0
* misc(nvim): GitBlame shows SHA1 and has better matching logicThomas Vanbesien2026-05-221-1/+6
* misc: configure info key bindingsThomas Vanbesien2026-05-211-0/+32
* misc(nvim): add keymaps for GitGutter functionsThomas Vanbesien2026-05-211-0/+7
* fix(nvim): live highlight TODO stringsThomas Vanbesien2026-05-211-13/+37
* misc(bash): update promptThomas Vanbesien2026-05-212-2/+43
* fix(nvim): don't apply global fzf config in nvimThomas Vanbesien2026-05-211-0/+3
* misc: commentThomas Vanbesien2026-05-211-2/+0
* fix(nvim): git_blame() handles errors and output with vim.notify()Thomas Vanbesien2026-05-211-1/+16
* refactor(nvim): install vim-gitgutter in 50-git.luaThomas Vanbesien2026-05-202-4/+3
* refactor(nvim): install link.vim package in 50-markdown.luaThomas Vanbesien2026-05-202-1/+2
* feat(nvim): add GitBlame user commandThomas Vanbesien2026-05-201-0/+7
* feat(nvim): add fzf-lua fuzzy finderThomas Vanbesien2026-05-191-0/+21
* misc(nvim): add shortcut to copy file path to clipboardThomas Vanbesien2026-05-191-0/+1
* fix(nvim): narrow checklist guard to match item_range contractThomas Vanbesien2026-05-191-2/+2
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-196-5/+11
* fix: root Claude Code lua_ls at ~/.config/nvimThomas Vanbesien2026-05-191-0/+1
* feat(nvim): add .luarc.json pointing lua_ls at the Neovim runtimeThomas Vanbesien2026-05-191-0/+8
* fix(nvim): correct popup rendering for bullets and LSP docsThomas Vanbesien2026-05-192-0/+25
* misc(nvim): embolden statusline diff/diagnostics, tidy lualine setupThomas Vanbesien2026-05-191-0/+25
* misc: edit Dolphin shortcutThomas Vanbesien2026-05-191-0/+3
* fix(nvim): smooth scroll cursor at boundariesThomas Vanbesien2026-05-191-7/+17
* feat(nvim): focus-aware cursor line via per-window highlight namespacesThomas Vanbesien2026-05-194-91/+191
* fix(nvim): correct tabpage handle vs. number in tablineThomas Vanbesien2026-05-191-2/+2
* feat: bind Meta+Shift+K to passmenuThomas Vanbesien2026-05-191-0/+3
* feat: theme fuzzel (Tokyo Night) with vim-style passmenu keysThomas Vanbesien2026-05-191-0/+42
* misc(tig): readable theme-agnostic colorsThomas Vanbesien2026-05-191-0/+5
* fix(nvim): preserve fold state when reloading a bufferThomas Vanbesien2026-05-191-0/+3
* fix(nvim): MarkdownListCheck/Uncheck work on multi-line itemsThomas Vanbesien2026-05-181-12/+73
* feat(foot): tokyo night color paletteThomas Vanbesien2026-05-181-8/+37
* fix(foot): use # for comment syntax (not ;)Thomas Vanbesien2026-05-181-1/+1
* feat(bat): use ansi theme so previews adapt to foot color themeThomas Vanbesien2026-05-181-0/+3
* feat(nvim): persist tabpage names across sessionsThomas Vanbesien2026-05-181-0/+34
* fix(nvim): smooth scroll ignores lines in closed foldsThomas Vanbesien2026-05-181-13/+26
* misc(nvim): install git_rebase treesitter parserThomas Vanbesien2026-05-181-0/+1
* fix(nvim): match initial lualine theme to 'background'Thomas Vanbesien2026-05-181-1/+4
* misc(nvim): remove dead code from markdown `format()`Thomas Vanbesien2026-05-181-4/+1
* fix(nvim): replace O(n²) loop concat with table.concatThomas Vanbesien2026-05-182-8/+2