| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-04 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-09-04 | add new instructions | Ellison Leão | 1 | -0/+163 | |
| 2025-08-19 | Merge pull request #409 from saygo-png/diagnostic-deprecated-fix | Ellison | 1 | -0/+1 | |
| fix: DiagnosticDeprecated follows strikethrough setting | |||||
| 2025-08-01 | fix: DiagnosticDeprecated follows strikethrough setting | saygo-png | 1 | -0/+1 | |
| Signed-off-by: saygo-png <saygo.mail@proton.me> | |||||
| 2025-06-25 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-06-25 | Merge pull request #407 from ellisonleao/fix/issue-402-independent-setup-calls | Ellison | 2 | -1/+33 | |
| Make multiple calls to setup() independent | |||||
| 2025-06-25 | Fix: Make multiple calls to setup() independent | google-labs-jules[bot] | 2 | -1/+33 | |
| Previously, multiple calls to `gruvbox.setup()` would merge configurations, leading to unexpected behavior when trying to reset or change specific settings like `overrides` or `contrast`. This commit addresses the issue by ensuring that each call to `setup()` starts with a fresh copy of the default configuration before applying the user-provided settings. This change makes calls to `setup()` idempotent and independent of previous calls, as suggested in issue #402. A new test case has been added to verify this behavior. | |||||
| 2025-05-13 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-05-13 | Merge pull request #389 from Frestein/main | Ellison | 1 | -7/+11 | |
| fix: add missing diagnostic highlights, correct errors, and sort entries | |||||
| 2025-05-10 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-05-10 | fix neotree float highlights. Change neotree directory highlight to | Ellison Leão | 1 | -0/+37 | |
| match oil.nvim | |||||
| 2025-05-05 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-05-05 | fix snacks explorer picker highlights | Ellison Leão | 1 | -0/+3 | |
| 2025-05-02 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-05-02 | Merge pull request #396 from notfirefox/main | Ellison | 1 | -2/+9 | |
| Add support for snacks picker | |||||
| 2025-05-01 | feat: add support for snacks picker | notfirefox | 1 | -2/+9 | |
| 2025-04-30 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-30 | Merge pull request #400 from hanschen/main | Ellison | 1 | -6/+8 | |
| Indicate `dim_inactive` and `transparent_mode` as optional | |||||
| 2025-04-30 | sort GruvboxConfig type annotations alphabetically | Hans Chen | 1 | -9/+9 | |
| 2025-04-30 | sort annotation fields to match table | Hans Chen | 1 | -2/+2 | |
| 2025-04-30 | indicate dim_inactive and transparent_mode as optional fields | Hans Chen | 1 | -0/+2 | |
| 2025-04-28 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-27 | Merge pull request #398 from notfirefox/fix-ci | Ellison | 3 | -3/+0 | |
| Remove `invert_intend_guides` references | |||||
| 2025-04-28 | chore: remove `invert_intend_guides` references | notfirefox | 3 | -3/+0 | |
| Continuation of #397 | |||||
| 2025-04-27 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-27 | Merge pull request #397 from acid-bong/fix/typo | Ellison | 1 | -2/+0 | |
| lua/gruvbox: remove unused option | |||||
| 2025-04-27 | lua/gruvbox: remove unused `invert_intend_guides` (sic) option | Acid Bong | 1 | -2/+0 | |
| 2025-04-25 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-25 | chore: add WhichKeyTitle highlight group | Ellison Leão | 1 | -0/+1 | |
| 2025-04-15 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-15 | Merge pull request #393 from notfirefox/main | Ellison | 1 | -0/+1 | |
| Link `LspReferenceTarget` to `Visual` | |||||
| 2025-04-15 | Link `LspReferenceTarget` to `Visual` | notfirefox | 1 | -0/+1 | |
| https://github.com/ellisonleao/gruvbox.nvim/issues/392 | |||||
| 2025-04-02 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-04-02 | fix statusline color | Ellison Leão | 1 | -1/+1 | |
| 2025-03-29 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-03-29 | fix statusline highlights. Resolve #390 | Ellison Leão | 1 | -2/+2 | |
| 2025-03-27 | fix: add missing diagnostic highlights, correct errors, and sort entries | Frestein | 1 | -7/+11 | |
| 2025-03-26 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-03-26 | Merge pull request #388 from hadeedji/main | Ellison | 1 | -6/+6 | |
| fix: mini.nvim statusline mode indicators | |||||
| 2025-03-26 | fix: mini.nvim statusline mode indicators | Hadeed Ahmad | 1 | -6/+6 | |
| After neovim/neovim#29976, foreground and background was swapped in the mode indicators for mini.nvim statusline. This commit fixes according to discussion in echasnovski/mini.nvim#1700 | |||||
| 2025-03-05 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-03-05 | Merge pull request #372 from tim3nd/feat-support_cmp | Ellison | 1 | -0/+32 | |
| feat: support blink.cmp | |||||
| 2025-02-04 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2025-02-04 | Merge pull request #381 from 3ximus/main | Ellison | 1 | -0/+1 | |
| Missing CocSearch highlight | |||||
| 2025-02-04 | fix: missing CocSearch highlight | eximus | 1 | -0/+1 | |
| 2024-12-06 | feat(blink): try to use GruvboxBg4 instead of NonText as GhostText | tim3nd | 1 | -0/+1 | |
| 2024-12-06 | feat: support blink.cmp | tim3nd | 1 | -0/+31 | |
| 2024-11-24 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2024-11-24 | Merge pull request #368 from gabrielsimoes/push-llslxqynlypy | Ellison | 1 | -0/+1 | |
| Add @lsp.type.modifier.java | |||||
| 2024-11-23 | Add @lsp.type.modifier.java | Gabriel Simões | 1 | -0/+1 | |
