| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-07 | fix: treesitter markdown italic (#334) | xudyang1 | 1 | -1/+1 | |
| 2024-05-03 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2024-05-03 | fix strikethrough. Close #332 | Ellison Leão | 1 | -1/+1 | |
| 2024-01-29 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2024-01-29 | Merge pull request #315 from JulesNP/tsfix | Ellison | 1 | -0/+39 | |
| Update to include new TreeSitter capture names | |||||
| 2024-01-20 | Update to include new TreeSitter capture names | Julian Pottle | 1 | -0/+39 | |
| Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| 2024-01-01 | Update feature_request.yml | Ellison | 1 | -1/+1 | |
| 2024-01-01 | Rename feature_request.md to feature_request.yml | Ellison | 1 | -0/+0 | |
| 2024-01-01 | Update feature_request.md | Ellison | 1 | -20/+27 | |
| 2024-01-01 | Update and rename bug_report.md to bug_report.yml | Ellison | 2 | -28/+36 | |
| 2024-01-01 | Update config.yml | Ellison | 1 | -1/+1 | |
| 2024-01-01 | Create config.yml | Ellison | 1 | -0/+5 | |
| 2024-01-01 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2024-01-01 | fix markdowns checkboxes highligts. Close #308 | Ellison Leão | 1 | -0/+2 | |
| 2023-12-23 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-12-22 | change debugPC highlight. Close #295 | Ellison Leão | 1 | -1/+1 | |
| 2023-11-29 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-11-29 | Merge pull request #301 from nysal/semantic_tokens | Ellison | 1 | -1/+1 | |
| fix(semantic_tokens): link LSP comments | |||||
| 2023-11-29 | fix(semantic_tokens): link LSP comments | Nysal 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-11 | auto-generate vimdoc | github-actions[bot] | 1 | -0/+8 | |
| 2023-11-11 | Merge pull request #296 from timar07/main | Ellison | 1 | -0/+6 | |
| Add vim-plug installation example | |||||
| 2023-11-11 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-11-11 | using GruvboxPurple for QuickFixLine. close #292 | Ellison Leão | 1 | -1/+1 | |
| 2023-11-06 | Add vim-plug installation example | timofey_arkhipov | 1 | -0/+6 | |
| 2023-10-07 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-10-07 | fix: GitSigns* highlights | Ellison Leão | 1 | -3/+3 | |
| 2023-10-05 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-10-05 | fix: debugPC and NvimTreeWindowPicker highlights. Close #283 | Ellison Leão | 1 | -2/+2 | |
| 2023-10-01 | adding foreground in difftext for better reading | Ellison Leão | 1 | -1/+1 | |
| 2023-10-01 | auto-generate vimdoc | github-actions[bot] | 1 | -2/+2 | |
| 2023-10-01 | Update README.md | Ellison | 1 | -1/+1 | |
| 2023-09-30 | auto-generate vimdoc | github-actions[bot] | 1 | -9/+26 | |
| 2023-09-30 | Merge pull request #280 from ellisonleao/single-module | Ellison | 5 | -243/+287 | |
| BREAKING CHANGE: gruvbox is now a single module | |||||
| 2023-09-30 | fix: diff highlights for diffview.nvim, neogit, fugitive | Ellison Leão | 2 | -13/+61 | |
| ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/239 | |||||
| 2023-09-29 | BREAKING CHANGE: gruvbox is now a single module | Ellison Leão | 5 | -235/+231 | |
| 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 | |||||
| 2023-09-28 | auto-generate vimdoc | github-actions[bot] | 1 | -1/+1 | |
| 2023-09-28 | fix: reenabling vim.g.colors_name check | Ellison Leão | 1 | -1/+3 | |
| 2023-09-24 | auto-generate vimdoc | github-actions[bot] | 1 | -0/+143 | |
| 2023-09-23 | adding autogen docs | Ellison Leão | 2 | -0/+25 | |
| 2023-09-23 | stylua | Ellison Leão | 1 | -1/+1 | |
| 2023-09-23 | add terminal_colors config. Close #270 | Ellison Leão | 4 | -25/+51 | |
| 2023-09-23 | removing lightline support. | Ellison Leão | 2 | -60/+0 | |
| Ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/268 | |||||
| 2023-09-23 | Adding Luacats annotations. (#276) | Ellison | 4 | -353/+164 | |
| * initial luacats annotations in init.lua file * fix test * adding more annotations - get_base_colors not depending on config anymore * fix test * adds emphasis option (#272) * adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com> * changed hl colors (#274) Co-authored-by: Ellison <ellisonleao@gmail.com> * adding more annotations - get_base_colors not depending on config anymore --------- Co-authored-by: Alex Koch <alex.koch@entrust.com> Co-authored-by: Mezdelex <59997405+mezdelex@users.noreply.github.com> | |||||
| 2023-09-20 | changed hl colors (#274) | Mezdelex | 1 | -7/+7 | |
| Co-authored-by: Ellison <ellisonleao@gmail.com> | |||||
| 2023-09-20 | adds emphasis option (#272) | Alex Koch | 4 | -1/+5 | |
| * adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com> | |||||
| 2023-08-29 | stylua | Ellison Leão | 1 | -28/+28 | |
| 2023-08-28 | added nvim-dap-ui highlight groups (#265) | Mezdelex | 1 | -2/+31 | |
| 2023-08-16 | Add support for vim-illuminate plugin (#264) | ShellCode | 1 | -0/+4 | |
| 2023-08-03 | LspSemanticHighlight more consistent with Treesitter (#255) | vgeof | 1 | -4/+4 | |
| Co-authored-by: Vivien GEOFFROY <x2028200@PARMPYLL8ZL1.ratpsmart.local> | |||||
| 2023-04-23 | fix(groups): Improve special comment keywords (#247) | Andreas Schneider | 1 | -1/+8 | |
