| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): restructure plugin configs, fix OSV launch port | Thomas Vanbesien | 5 days | 5 | -151/+155 |
| | | | | | | | | | | | | | - rewrite the file headers as block comments and regroup the autocompletion and dap files into Settings / Autocommands / Keymaps sections - fix `OSVLaunch`: `dap.configurations.lua.port` was nil (the field is a list), so the server ignored 8086; share an `OSV_PORT` constant between the launch call and the attach configuration - `.luarc.json`: list each plugin directory explicitly so lua_ls loads their type annotations - use `vim.fs.basename` instead of `vim.fn.fnamemodify(…, ":t")` | ||||
| * | feat(nvim): opt-in autoreload of buffers changed outside Neovim | Thomas Vanbesien | 5 days | 2 | -1/+58 |
| | | |||||
| * | feat(nvim): follow <scheme://…> autolinks with gf | Thomas Vanbesien | 5 days | 1 | -1/+33 |
| | | |||||
| * | misc(nvim): rename file | Thomas Vanbesien | 5 days | 1 | -1/+1 |
| | | |||||
| * | fix(nvim): fix markdown autopairs | Thomas Vanbesien | 5 days | 1 | -2/+2 |
| | | |||||
| * | refactor(nvim): rewrite extmark plugin | Thomas Vanbesien | 5 days | 1 | -84/+12 |
| | | |||||
| * | refactor(nvim): rewrite formatter plugin | Thomas Vanbesien | 5 days | 1 | -56/+13 |
| | | |||||
| * | misc(nvim): don't show LSP hint by default, add command to toggle | Thomas Vanbesien | 5 days | 2 | -14/+13 |
| | | |||||
| * | docs(nvim): edit comment | Thomas Vanbesien | 5 days | 1 | -2/+3 |
| | | |||||
| * | refactor(nvim): rewrite highlight (now color) plugin | Thomas Vanbesien | 5 days | 2 | -114/+105 |
| | | |||||
| * | refactor(nvim): rewrite the snippet plugin | Thomas Vanbesien | 5 days | 1 | -143/+10 |
| | | |||||
| * | refactor(nvim): rewrite transform-text plugin | Thomas Vanbesien | 5 days | 1 | -24/+19 |
| | | |||||
| * | refactor(nvim): rewrite session plugin | Thomas Vanbesien | 5 days | 1 | -77/+118 |
| | | |||||
| * | refactor(nvim): refactor smooth scroll plugin | Thomas Vanbesien | 5 days | 1 | -8/+33 |
| | | |||||
| * | docs(nvim): edit markdown plugin comment | Thomas Vanbesien | 5 days | 1 | -2/+4 |
| | | |||||
| * | misc(nvim): remove netrw plugin | Thomas Vanbesien | 5 days | 1 | -29/+0 |
| | | |||||
| * | misc(nvim): clean up lua lsp config | Thomas Vanbesien | 5 days | 1 | -11/+21 |
| | | |||||
| * | refactor(nvim): rewrite the lsp plugin | Thomas Vanbesien | 6 days | 1 | -39/+52 |
| | | |||||
| * | refactor(nvim): group all follow registrations into one section | Thomas Vanbesien | 6 days | 1 | -29/+33 |
| | | |||||
| * | refactor(nvim): rewrite lorem plugin | Thomas Vanbesien | 6 days | 1 | -21/+26 |
| | | |||||
| * | fix(nvim): source local config after all other plugins | Thomas Vanbesien | 6 days | 2 | -8/+11 |
| | | |||||
| * | nvim: scope notes find pickers to notes buffers, add global tag picker | Thomas Vanbesien | 6 days | 2 | -8/+23 |
| | | | | | | | Notes find pickers (<Leader>ft/ff/fg) are now set buffer-locally so they shadow the fzf defaults only inside notes buffers; add a global fzf tag picker on <Leader>ft, and move open-notes to <Leader>N. | ||||
| * | misc: format | Thomas Vanbesien | 6 days | 1 | -1/+4 |
| | | |||||
| * | fix(nvim): check that NOTES_DIR exists before running code that depends on it | Thomas Vanbesien | 6 days | 2 | -16/+21 |
| | | |||||
| * | misc(nvim): edit notes-specific fzf keymaps to override default fzf keymaps | Thomas Vanbesien | 6 days | 1 | -9/+10 |
| | | |||||
| * | misc(nvim): include extension in tab default name | Thomas Vanbesien | 6 days | 1 | -1/+1 |
| | | |||||
| * | refactor(nvim): split GetTabLine into multiple functions | Thomas Vanbesien | 6 days | 1 | -25/+35 |
| | | |||||
| * | refactor(nvim): rewrite goto plugin (now called follow) | Thomas Vanbesien | 6 days | 3 | -131/+265 |
| | | | | | | | | | `lua/dotfiles/follow.lua` provides an engine to register "followable entities" like URL, wiki-links etc and can be easily expanded. The engine provides a function to navigate between followable entities and a function to edit them inside neovim. | ||||
| * | misc(nvim): make fzf preview bigger when split horizontally | Thomas Vanbesien | 6 days | 1 | -0/+1 |
| | | |||||
| * | misc(nvim): notes rename robustness and <Leader>no mapping | Thomas Vanbesien | 6 days | 1 | -13/+31 |
| | | | | | | | - rename_note discovers the open buffer itself (drop buf param) - keep the .md extension on rename even if the user omits it - add <Leader>no to open notes; use lcd instead of cd | ||||
| * | misc(nvim): note name/heading autocompletion | Thomas Vanbesien | 6 days | 1 | -1/+22 |
| | | |||||
| * | misc(nvim): add shortcut to navigate URL and wikilinks | Thomas Vanbesien | 6 days | 1 | -0/+20 |
| | | |||||
| * | misc: open notes index on NotesOpen | Thomas Vanbesien | 6 days | 1 | -1/+8 |
| | | |||||
| * | fix(nvim): fold plugin no longer overrides custom ftplugin fold level | Thomas Vanbesien | 6 days | 1 | -1/+5 |
| | | |||||
| * | docs(nvim): add comments and group functions | Thomas Vanbesien | 6 days | 1 | -41/+70 |
| | | |||||
| * | refactor(nvim): clean up notes plugin | Thomas Vanbesien | 6 days | 1 | -180/+267 |
| | | |||||
| * | misc(nvim): refactor tabline plugin | Thomas Vanbesien | 6 days | 2 | -95/+97 |
| | | |||||
| * | misc(nvim): extend markdown heading background horizontally | Thomas Vanbesien | 11 days | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): improve closed folds visibility | Thomas Vanbesien | 11 days | 1 | -0/+3 |
| | | |||||
| * | misc(nvim): replace 50-git.lua with vim-fugitive | Thomas Vanbesien | 2026-06-15 | 2 | -81/+1 |
| | | |||||
| * | refactor(nvim): rename functions and edit comments | Thomas Vanbesien | 2026-06-13 | 4 | -13/+18 |
| | | |||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 2026-06-13 | 6 | -16/+26 |
| | | |||||
| * | fix(nvim): rewrite fold plugin and fix text folding while editing | Thomas Vanbesien | 2026-06-13 | 2 | -12/+13 |
| | | |||||
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 2026-06-13 | 5 | -114/+112 |
| | | |||||
| * | refactor(nvim): rewrite DAP plugin | Thomas Vanbesien | 2026-06-13 | 1 | -9/+26 |
| | | |||||
| * | refactor(nvim): rewrite autocompletion plugin | Thomas Vanbesien | 2026-06-12 | 1 | -47/+69 |
| | | |||||
| * | refactor(nvim): rename file | Thomas Vanbesien | 2026-06-12 | 1 | -0/+0 |
| | | |||||
| * | refactor(nvim): move snippet code to its own file | Thomas Vanbesien | 2026-06-12 | 2 | -139/+146 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 2026-06-12 | 11 | -40/+117 |
| | | |||||
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 2026-06-12 | 4 | -271/+204 |
| | | |||||
