summaryrefslogtreecommitdiffstats
path: root/plugin/50-dap.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): restructure plugin configs, fix OSV launch portThomas Vanbesien5 days1-24/+33
| | | | | | | | | | | | - 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): rewrite DAP pluginThomas Vanbesien2026-06-131-9/+26
|
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-2/+0
| | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially.
* feat: initial setupThomas Vanbesien2026-05-061-0/+28
- `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