aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
AgeCommit message (Collapse)AuthorFilesLines
2025-08-01fix: DiagnosticDeprecated follows strikethrough settingsaygo-png1-0/+1
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-06-25Fix: Make multiple calls to setup() independentgoogle-labs-jules[bot]1-1/+4
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-13Merge pull request #389 from Frestein/mainEllison1-7/+11
fix: add missing diagnostic highlights, correct errors, and sort entries
2025-05-10fix neotree float highlights. Change neotree directory highlight toEllison Leão1-0/+37
match oil.nvim
2025-05-05fix snacks explorer picker highlightsEllison Leão1-0/+3
2025-05-01feat: add support for snacks pickernotfirefox1-2/+9
2025-04-30sort GruvboxConfig type annotations alphabeticallyHans Chen1-9/+9
2025-04-30sort annotation fields to match tableHans Chen1-2/+2
2025-04-30indicate dim_inactive and transparent_mode as optional fieldsHans Chen1-0/+2
2025-04-27lua/gruvbox: remove unused `invert_intend_guides` (sic) optionAcid Bong1-2/+0
2025-04-25chore: add WhichKeyTitle highlight groupEllison Leão1-0/+1
2025-04-15Link `LspReferenceTarget` to `Visual`notfirefox1-0/+1
https://github.com/ellisonleao/gruvbox.nvim/issues/392
2025-04-02fix statusline colorEllison Leão1-1/+1
2025-03-29fix statusline highlights. Resolve #390Ellison Leão1-2/+2
2025-03-27fix: add missing diagnostic highlights, correct errors, and sort entriesFrestein1-7/+11
2025-03-26fix: mini.nvim statusline mode indicatorsHadeed Ahmad1-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-05Merge pull request #372 from tim3nd/feat-support_cmpEllison1-0/+32
feat: support blink.cmp
2025-02-04fix: missing CocSearch highlighteximus1-0/+1
2024-12-06feat(blink): try to use GruvboxBg4 instead of NonText as GhostTexttim3nd1-0/+1
2024-12-06feat: support blink.cmptim3nd1-0/+31
2024-11-23Add @lsp.type.modifier.javaGabriel Simões1-0/+1
2024-09-30fix noice icons looks in popupsYevhenii Babichenko1-0/+2
2024-09-30better looking borders in noice.nvim popupsYevhenii Babichenko1-0/+3
2024-07-04fix GitSignsChange. Close #347Ellison Leão1-1/+1
2024-07-03fix Directory color according to the original codeeph1-1/+1
2024-06-27styluaEllison Leão1-1/+6
2024-06-27feat: add explicit support for 'mini.nvim'Evgeni Chasnovski1-0/+110
2024-06-05Change cyan to aquaeeeXun1-2/+2
2024-05-30add support for rainbow-delimiters.nvimVKTRenokh1-0/+7
2024-05-18fix EndOfBufferEllison Leão1-2/+2
2024-05-17feat: hide end of buffer icon (#337)Hao Nguyen1-0/+1
Co-authored-by: Ellison <ellisonleao@gmail.com>
2024-05-17add Delimiter highlight group. Close #335Ellison Leão1-0/+1
2024-05-07fix: treesitter markdown italic (#334)xudyang11-1/+1
2024-05-03fix strikethrough. Close #332Ellison Leão1-1/+1
2024-01-20Update to include new TreeSitter capture namesJulian Pottle1-0/+39
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2024-01-01fix markdowns checkboxes highligts. Close #308Ellison Leão1-0/+2
2023-12-22change debugPC highlight. Close #295Ellison Leão1-1/+1
2023-11-29fix(semantic_tokens): link LSP commentsNysal Jan K.A.1-1/+1
Comment out conditionally compiled code (C/C++) if inactive Fixes ellisonleao/gruvbox.nvim#300 Signed-off-by: Nysal Jan K.A. <jnysal@gmail.com>
2023-11-11using GruvboxPurple for QuickFixLine. close #292Ellison Leão1-1/+1
2023-10-07fix: GitSigns* highlightsEllison Leão1-3/+3
2023-10-05fix: debugPC and NvimTreeWindowPicker highlights. Close #283Ellison Leão1-2/+2
2023-10-01adding foreground in difftext for better readingEllison Leão1-1/+1
2023-09-30fix: diff highlights for diffview.nvim, neogit, fugitiveEllison Leão1-11/+47
ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/239
2023-09-29BREAKING CHANGE: gruvbox is now a single moduleEllison Leão1-0/+1046
palette: Can now be accessed in the main module through `require('gruvbox').palette` get_base_colors: now a internal function called get_colors. If you want to get the colors, just get the palette directly groups: now moved to main module
2021-02-23initial changes on moving to lush.nvimEllison Leão1-841/+0
2021-02-07fix signsEllison Leão1-4/+4
2021-01-25gruvbox-community/gruvbox/pull/149Steven Huang1-2/+2
2020-11-23removing unused varsEllison Leão1-2/+0
2020-11-23change gitbranch colorEllison Leão1-1/+1
2020-11-22adding treesitter configsEllison Leão1-2/+49