summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* docs(nvim): commentThomas Vanbesien2026-06-021-0/+2
* misc(nvim): GitBlame displays in a floating windowThomas Vanbesien2026-06-021-13/+57
* misc(nvim): lighter active cursorline highlightThomas Vanbesien2026-06-011-19/+6
* misc(nvim): remove dead codeThomas Vanbesien2026-06-011-2/+0
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-2910-26/+19
* misc(nvim): add user command to (re)initialize foldsThomas Vanbesien2026-05-291-9/+14
* fix(nvim): fix SessionExitSave and SessionExitNoSave commandsThomas Vanbesien2026-05-221-5/+4
* misc(nvim): set tabline fg to yellowThomas Vanbesien2026-05-221-1/+2
* misc(nvim): set winbar to show cwd and pathThomas Vanbesien2026-05-221-0/+2
* misc(nvim): reload buffer when its file changed on diskThomas Vanbesien2026-05-221-2/+0
* misc(nvim): rounded borders and default bg color for floating windowsThomas Vanbesien2026-05-221-2/+0
* 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(nvim): add keymaps for GitGutter functionsThomas Vanbesien2026-05-211-0/+7
* fix(nvim): live highlight TODO stringsThomas Vanbesien2026-05-211-13/+37
* 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-201-0/+2
* feat(nvim): add GitBlame user commandThomas Vanbesien2026-05-201-0/+7
* feat(nvim): add fzf-lua fuzzy finderThomas Vanbesien2026-05-191-0/+21
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-191-1/+1
* fix: root Claude Code lua_ls at ~/.config/nvimThomas Vanbesien2026-05-191-0/+1
* 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
* 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-193-91/+190
* fix(nvim): correct tabpage handle vs. number in tablineThomas Vanbesien2026-05-191-2/+2
* 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
* fix(nvim): don't skip every other TODO highlightThomas Vanbesien2026-05-181-1/+0
* misc: fix comments and typosThomas Vanbesien2026-05-184-4/+4
* feat(nvim): add custom tabline pluginThomas Vanbesien2026-05-181-0/+72
* misc: commentThomas Vanbesien2026-05-171-1/+1
* misc: extract magic numberThomas Vanbesien2026-05-171-3/+4
* fix(nvim): disable lualine for qf buffersThomas Vanbesien2026-05-071-1/+1
* feat(nvim): add markdown rendering with `render-markdown.nvim`Thomas Vanbesien2026-05-073-16/+24
* feat(nvim): smooth scrolling pluginThomas Vanbesien2026-05-071-0/+35
* 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-0617-0/+763