summaryrefslogtreecommitdiffstats
path: root/plugin/50-autocompletion.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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