summaryrefslogtreecommitdiffstats
path: root/.config/nvim/init.lua
Commit message (Expand)AuthorAgeFilesLines
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-7/+37
* misc(nvim): lua textwidth 120 → 100Thomas Vanbesien7 days1-1/+1
* refactor(nvim): rewrite the highlight and extended marks pluginsThomas Vanbesien7 days1-1/+6
* misc(nvim): add python development environmentThomas Vanbesien10 days1-1/+1
* misc(nvim): remove "file has changed on disk" notificationThomas Vanbesien11 days1-8/+0
* misc(nvim): add key mappings to move windowsThomas Vanbesien12 days1-0/+4
* misc(nvim): add Ctrl+K mapping to kill command lineThomas Vanbesien12 days1-0/+5
* misc(nvim): update key mappingsThomas Vanbesien12 days1-2/+2
* docs(nvim): commentThomas Vanbesien12 days1-1/+1
* misc(nvim): edit popup menu heightThomas Vanbesien12 days1-1/+1
* misc(nvim): comment and reorderThomas Vanbesien12 days1-4/+4
* misc(nvim): update key mappingsThomas Vanbesien12 days1-10/+24
* refactor(nvim): make `show_buf_diff_orig()` more robustThomas Vanbesien12 days1-5/+18
* misc(nvim): remove unused parameterThomas Vanbesien12 days1-1/+1
* misc(nvim): add keymap to simulate i_CTRL-R in terminal modeThomas Vanbesien2026-06-051-0/+8
* fix(nvim): fix backup directoryThomas Vanbesien2026-06-021-1/+1
* refactor(nvim): remove unused keymap.set() callsThomas Vanbesien2026-06-021-2/+0
* misc(nvim): add keymap for GitBlameThomas Vanbesien2026-06-021-0/+1
* misc(nvim): don't start terminal mode automaticallyThomas Vanbesien2026-06-021-10/+0
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-6/+0
* misc(nvim): add keymap to close current tabpageThomas Vanbesien2026-05-291-0/+1
* 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
* 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-221-0/+1
* misc(nvim): reload buffer when its file changed on diskThomas Vanbesien2026-05-221-0/+18
* misc(nvim): rounded borders and default bg color for floating windowsThomas Vanbesien2026-05-221-0/+1
* refactor(nvim): install vim-gitgutter in 50-git.luaThomas Vanbesien2026-05-201-4/+1
* refactor(nvim): install link.vim package in 50-markdown.luaThomas Vanbesien2026-05-201-1/+0
* misc(nvim): add shortcut to copy file path to clipboardThomas Vanbesien2026-05-191-0/+1
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-191-1/+6
* feat(nvim): focus-aware cursor line via per-window highlight namespacesThomas Vanbesien2026-05-191-0/+1
* fix(nvim): preserve fold state when reloading a bufferThomas Vanbesien2026-05-191-0/+3
* fix(nvim): remove broken keymapsThomas Vanbesien2026-05-181-4/+4
* misc: fix wording, comments, typosThomas Vanbesien2026-05-181-4/+4
* feat(nvim): add shortcuts to move tabpagesThomas Vanbesien2026-05-181-0/+3
* fix(nvim): fix last accessed tab keymap conflictThomas Vanbesien2026-05-071-1/+1
* feat(nvim): smooth scrolling pluginThomas Vanbesien2026-05-071-0/+3
* feat: initial setupThomas Vanbesien2026-05-061-0/+178