summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-completion.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename fileThomas Vanbesien7 days1-81/+0
|
* refactor(nvim): move snippet code to its own fileThomas Vanbesien7 days1-139/+0
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-1/+4
|
* feat(nvim): support custom snippetsThomas Vanbesien12 days1-0/+80
|
* fix(nvim): expand snippets with nested tabstopsThomas Vanbesien12 days1-0/+56
|
* misc(nvim): add key mappings for jumping between snippetsThomas Vanbesien12 days1-0/+8
|
* misc(nvim): remove unused optionThomas Vanbesien12 days1-1/+1
| | | | `popup` overrides `preview`.
* refactor(nvim): use the correct API for wildtrigger()Thomas Vanbesien2026-06-021-1/+1
| | | | | Use `vim.fn.wildtrigger()` instead of `vim.cmd.call("wildtrigger()")`. This avoid marshalling the value between Lua and the Vimscript engine.
* 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
- `dotfiles` (this project's CLI) - foot configuration - tmux configuration - bash configuration - nvim (as a git submodule) + configuration - ranger configuration - fzf configuration - KDE global shortcuts - Other miscellaneous dependencies