| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(cmdline): recursive :find, ripgrep :grep, quiet grep menu | Thomas Vanbesien | 5 hours | 1 | -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 port | Thomas Vanbesien | 5 days | 1 | -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 comments | Thomas Vanbesien | 2026-06-13 | 1 | -9/+4 |
| | | |||||
| * | refactor(nvim): rewrite autocompletion plugin | Thomas Vanbesien | 2026-06-12 | 1 | -47/+69 |
| | | |||||
| * | refactor(nvim): rename file | Thomas Vanbesien | 2026-06-12 | 1 | -0/+81 |
