summaryrefslogtreecommitdiffstats
path: root/plugin/50-autocompletion.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(cmdline): recursive :find, ripgrep :grep, quiet grep menuThomas Vanbesien5 hours1-0/+15
| | | | | | | | | - path+=** so :find searches subdirectories recursively - grepprg/grepformat drive :grep through ripgrep (--vimgrep --smart-case), with a comment on the -./-uu/-uuu opt-in flags - the auto-completion menu skips grep-family commands while their search-pattern argument is being typed, and dismisses any menu left over from completing the command name
* refactor(nvim): restructure plugin configs, fix OSV launch portThomas Vanbesien5 days1-55/+57
| | | | | | | | | | | | - rewrite the file headers as block comments and regroup the autocompletion and dap files into Settings / Autocommands / Keymaps sections - fix `OSVLaunch`: `dap.configurations.lua.port` was nil (the field is a list), so the server ignored 8086; share an `OSV_PORT` constant between the launch call and the attach configuration - `.luarc.json`: list each plugin directory explicitly so lua_ls loads their type annotations - use `vim.fs.basename` instead of `vim.fn.fnamemodify(…, ":t")`
* refactor(nvim): rename functions and edit commentsThomas Vanbesien2026-06-131-9/+4
|
* refactor(nvim): rewrite autocompletion pluginThomas Vanbesien2026-06-121-47/+69
|
* refactor(nvim): rename fileThomas Vanbesien2026-06-121-0/+81