summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-notes.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename files and move code aroundThomas Vanbesien7 days1-72/+0
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-13/+46
|
* misc(nvim): add NotesOpen user commandThomas Vanbesien8 days1-0/+4
|
* misc(nvim): make notes tags picker display more readableThomas Vanbesien11 days1-1/+6
| | | | The split is horizontal and tags show file and section properly aligned.
* misc: add notes launcherThomas Vanbesien11 days1-8/+10
|
* refactor(nvim): extract follow engine into dotfiles.follow moduleThomas Vanbesien11 days1-0/+72
|
* feat(nvim): add notes plugin with wiki-linksThomas Vanbesien12 days1-0/+322
| | | | | | | | | 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 notes pluginThomas Vanbesien12 days1-0/+5