summaryrefslogtreecommitdiffstats
path: root/plugin/50-follow.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(nvim): follow <scheme://…> autolinks with gfThomas Vanbesien5 days1-1/+33
|
* refactor(nvim): group all follow registrations into one sectionThomas Vanbesien6 days1-29/+33
|
* misc: formatThomas Vanbesien6 days1-1/+4
|
* fix(nvim): check that NOTES_DIR exists before running code that depends on itThomas Vanbesien6 days1-12/+17
|
* refactor(nvim): rewrite goto plugin (now called follow)Thomas Vanbesien6 days1-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 aroundThomas Vanbesien2026-06-131-19/+0
|
* refactor(nvim): extract follow engine into dotfiles.follow moduleThomas Vanbesien2026-06-081-172/+8
|
* feat(nvim): add notes plugin with wiki-linksThomas Vanbesien2026-06-071-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 Vanbesien2026-06-071-0/+126