aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/custom/plugins/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: use named fields for codecompanion lazy.nvim key specsLibravatar sommerfeld36 hours1-6/+12
| | | | | | | Mode and opts were positional args (positions 3+4) but lazy.nvim only uses positions 1 (lhs) and 2 (rhs). The mode and desc were silently ignored, making all mappings normal-mode only with no descriptions. Use named fields instead. Also fix [C]chat typo to [C]hat.
* refactor(nvim): remove no-op config function from dial.nvimLibravatar sommerfeld36 hours1-1/+0
| | | | config = function() end serves no purpose and can be removed.
* fix(nvim): resolve leader-rv key conflict in refactoring pluginLibravatar sommerfeld36 hours1-1/+1
| | | | | <leader>rv was mapped to both "Extract Variable" and "Print Variable" in visual mode. Renamed Print Variable to <leader>rV to avoid shadowing.
* overseer: pin to version before breaking changesLibravatar sommerfeld7 days1-0/+1
|
* overseer: add just debug commandsLibravatar sommerfeld7 days1-0/+21
|
* nvim: Use mpchub extension to codecompanionLibravatar sommerfeld2025-10-241-1/+11
|
* nvim: Use vertical when overseer failureLibravatar sommerfeld2025-10-241-4/+6
|
* nvim: Add more overseer mappingsLibravatar sommerfeld2025-10-241-0/+28
|
* Add a lot of changesLibravatar sommerfeld2025-09-111-21/+446
|
* [nvim] Remove tmux navigatorLibravatar sommerfeld2025-01-311-8/+0
|
* [nvim] Remove tmux resize mappingsLibravatar sommerfeld2024-05-241-1/+5
|
* [nvim] Rewrite config motivated by nvim 0.10Libravatar sommerfeld2024-05-201-1072/+4
|
* [nvim] Remove unused pluginLibravatar sommerfeld2024-05-161-1/+0
|
* [nvim] Use rustacean instead of bare rust-analyzerLibravatar Arnold Sommerfeld2024-04-111-1/+17
|
* [nvim] Add new dap-ui dependencyLibravatar Arnold Sommerfeld2024-04-111-0/+1
|
* Add hadolint to used lintersLibravatar Arnold Sommerfeld2024-03-131-0/+1
|
* Add dockerls to list of LSPsLibravatar Arnold Sommerfeld2024-03-131-0/+1
|
* Add telescope as a neogit depLibravatar Arnold Sommerfeld2024-03-131-2/+4
|
* Improve markdown-preview configLibravatar Arnold Sommerfeld2024-03-131-9/+2
|
* Add rust dev supportLibravatar Arnold Sommerfeld2024-03-091-0/+1
|
* [nvim] Fix hover.nvim configLibravatar Arnold Sommerfeld2023-11-171-11/+15
|
* Remove unused problematic pluginLibravatar Arnold Sommerfeld2023-11-161-25/+0
|
* first commitLibravatar Arnold Sommerfeld2023-10-181-0/+1117