summaryrefslogtreecommitdiffstats
path: root/plugin/50-completion.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor(nvim): rename fileThomas Vanbesien2026-06-121-81/+0
* refactor(nvim): move snippet code to its own fileThomas Vanbesien2026-06-121-139/+0
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien2026-06-121-1/+4
* feat(nvim): support custom snippetsThomas Vanbesien2026-06-071-0/+80
* fix(nvim): expand snippets with nested tabstopsThomas Vanbesien2026-06-071-0/+56
* misc(nvim): add key mappings for jumping between snippetsThomas Vanbesien2026-06-071-0/+8
* misc(nvim): remove unused optionThomas Vanbesien2026-06-071-1/+1
* refactor(nvim): use the correct API for wildtrigger()Thomas Vanbesien2026-06-021-1/+1
* misc(nvim): add border around popup menusThomas Vanbesien2026-06-021-0/+1
* misc: fix comments and typosThomas Vanbesien2026-05-181-1/+1
* feat: initial setupThomas Vanbesien2026-05-061-0/+72