summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-follow.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename files and move code aroundThomas Vanbesien7 days1-19/+0
|
* refactor(nvim): extract follow engine into dotfiles.follow moduleThomas Vanbesien11 days1-172/+8
|
* feat(nvim): add notes plugin with wiki-linksThomas Vanbesien12 days1-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 Vanbesien12 days1-0/+126