| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: use named mode field for treewalker lazy.nvim key specs | 38 hours | 1 | -4/+4 | |
| | | | | | | | The { "n", "v" } mode table was a 3rd positional element, silently ignored by lazy.nvim. Movement keys only worked in normal mode, not visual. Use named mode field to enable both modes. | ||||
| * | fix(nvim): correct reversed lhs/rhs in Treewalker SwapUp mapping | 38 hours | 1 | -1/+1 | |
| | | | | | | In lazy.nvim key specs the first element is lhs (key) and second is rhs (action). These were swapped, making the mapping broken. | ||||
| * | treesitter: remove jsonc | 7 days | 1 | -1/+0 | |
| | | |||||
| * | Add a lot of changes | 2025-09-11 | 1 | -146/+146 | |
| | | |||||
| * | [nvim][ts] Add jsonc | 2025-01-31 | 1 | -0/+1 | |
| | | |||||
| * | [nvim] Revamp treesitter configuration | 2024-05-24 | 1 | -20/+26 | |
| | | |||||
| * | [nvim] Rewrite config motivated by nvim 0.10 | 2024-05-20 | 1 | -0/+148 | |
