| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(nvim): use vim.o instead of vim.wo for fold defaults | 43 hours | 1 | -2/+2 | |
| | | | | | | vim.wo sets window-local options that only affect the first window. vim.o sets the global default that applies to all new windows. | ||||
| * | fix(nvim): correct grepformat missing % before f | 43 hours | 1 | -1/+1 | |
| | | | | | | The pattern "f:%l:%c:%m" was missing the % sigil before f, causing :grep results to fail parsing file names. | ||||
| * | feat(nvim): add pumborder and winborder options | 43 hours | 1 | -0/+3 | |
| | | | | | | Enable popup menu border and set rounded borders for all floating windows globally (Neovim 0.12). | ||||
| * | feat(nvim): add nearest flag to completeopt | 43 hours | 1 | -1/+1 | |
| | | | | | Sorts native completion results by cursor proximity (Neovim 0.12). | ||||
| * | feat(nvim): enable messagesopt configuration | 43 hours | 1 | -1/+1 | |
| | | | | | Set wait:5000 and history:500 for message display behavior. | ||||
| * | refactor(nvim): remove indent-heuristic from diffopt | 43 hours | 1 | -1/+0 | |
| | | | | | Now included in Neovim 0.12 defaults along with inline:char. | ||||
| * | refactor(nvim): remove redundant termguicolors option | 43 hours | 1 | -2/+0 | |
| | | | | | Default since Neovim 0.10, no longer needs to be set explicitly. | ||||
| * | Add a lot of changes | 2025-09-11 | 1 | -24/+42 | |
| | | |||||
| * | [nvim] Remove legacy plugin disabling | 2024-05-22 | 1 | -20/+0 | |
| | | | | | lazy.nvim does it by default. | ||||
| * | [nvim] Rewrite config motivated by nvim 0.10 | 2024-05-20 | 1 | -14/+2 | |
| | | |||||
| * | [nvim] NFC: Format file | 2024-05-16 | 1 | -17/+17 | |
| | | |||||
| * | [nvim] Remove unused spell langs | 2024-05-16 | 1 | -3/+0 | |
| | | |||||
| * | first commit | 2023-10-18 | 1 | -0/+124 | |
