summaryrefslogtreecommitdiffstats
path: root/plugin/00-plugin.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): restructure plugin configs, fix OSV launch portThomas Vanbesien5 days1-5/+5
| | | | | | | | | | | | - 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")`
* misc(nvim): replace 50-git.lua with vim-fugitiveThomas Vanbesien2026-06-151-0/+1
|
* docs(nvim): edit commentsThomas Vanbesien2026-06-131-1/+1
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien2026-06-121-13/+13
|
* refactor(nvim): sort list and rename fileThomas Vanbesien2026-06-111-0/+21