| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(nvim): follow <scheme://…> autolinks with gf | Thomas Vanbesien | 5 days | 1 | -1/+33 |
| | | |||||
| * | refactor(nvim): group all follow registrations into one section | Thomas Vanbesien | 6 days | 1 | -29/+33 |
| | | |||||
| * | 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 | 1 | -12/+17 |
| | | |||||
| * | refactor(nvim): rewrite goto plugin (now called follow) | Thomas Vanbesien | 6 days | 1 | -0/+256 |
| | | | | | | | | | `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. | ||||
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 2026-06-13 | 1 | -19/+0 |
| | | |||||
| * | refactor(nvim): extract follow engine into dotfiles.follow module | Thomas Vanbesien | 2026-06-08 | 1 | -172/+8 |
| | | |||||
| * | feat(nvim): add notes plugin with wiki-links | Thomas Vanbesien | 2026-06-07 | 1 | -3/+60 |
| | | | | | | | | | | Index headings with ctags for native :tag and an fzf-lua picker (<Leader>nn), plus pickers for note filenames (<Leader>nf) and content (<Leader>ng). Complete [[wiki-links]] and their #headings, and follow them via <Leader>gg, creating missing notes and directories. Add :NotesRename and :NotesRenameSection, which rewrite every matching link across all notes. | ||||
| * | feat(nvim): add follow plugin (open file/URL) | Thomas Vanbesien | 2026-06-07 | 1 | -0/+126 |
