| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(git): replace vim-gitgutter with gitsigns.nvim | Thomas Vanbesien | 22 hours | 1 | -1/+1 |
| | | | | | | | | Swap the diff-sign plugin for gitsigns. Point lualine's diff component at gitsigns' status dict instead of letting it spawn its own git diff. | ||||
| * | refactor(nvim): restructure plugin configs, fix OSV launch port | Thomas Vanbesien | 5 days | 1 | -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-fugitive | Thomas Vanbesien | 2026-06-15 | 1 | -0/+1 |
| | | |||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 2026-06-13 | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 2026-06-12 | 1 | -13/+13 |
| | | |||||
| * | refactor(nvim): sort list and rename file | Thomas Vanbesien | 2026-06-11 | 1 | -0/+21 |
