aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01Rename feature_request.md to feature_request.ymlEllison1-0/+0
2024-01-01Update feature_request.mdEllison1-20/+27
2024-01-01Update and rename bug_report.md to bug_report.ymlEllison2-28/+36
2024-01-01Update config.ymlEllison1-1/+1
2024-01-01Create config.ymlEllison1-0/+5
2024-01-01auto-generate vimdocgithub-actions[bot]1-1/+1
2024-01-01fix markdowns checkboxes highligts. Close #308Ellison Leão1-0/+2
2023-12-23auto-generate vimdocgithub-actions[bot]1-1/+1
2023-12-22change debugPC highlight. Close #295Ellison Leão1-1/+1
2023-11-29auto-generate vimdocgithub-actions[bot]1-1/+1
2023-11-29Merge pull request #301 from nysal/semantic_tokensEllison1-1/+1
fix(semantic_tokens): link LSP comments
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-11auto-generate vimdocgithub-actions[bot]1-0/+8
2023-11-11Merge pull request #296 from timar07/mainEllison1-0/+6
Add vim-plug installation example
2023-11-11auto-generate vimdocgithub-actions[bot]1-1/+1
2023-11-11using GruvboxPurple for QuickFixLine. close #292Ellison Leão1-1/+1
2023-11-06Add vim-plug installation exampletimofey_arkhipov1-0/+6
2023-10-07auto-generate vimdocgithub-actions[bot]1-1/+1
2023-10-07fix: GitSigns* highlightsEllison Leão1-3/+3
2023-10-05auto-generate vimdocgithub-actions[bot]1-1/+1
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-10-01auto-generate vimdocgithub-actions[bot]1-2/+2
2023-10-01Update README.mdEllison1-1/+1
2023-09-30auto-generate vimdocgithub-actions[bot]1-9/+26
2023-09-30Merge pull request #280 from ellisonleao/single-moduleEllison5-243/+287
BREAKING CHANGE: gruvbox is now a single module
2023-09-30fix: diff highlights for diffview.nvim, neogit, fugitiveEllison Leão2-13/+61
ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/239
2023-09-29BREAKING CHANGE: gruvbox is now a single moduleEllison Leão5-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-28auto-generate vimdocgithub-actions[bot]1-1/+1
2023-09-28fix: reenabling vim.g.colors_name checkEllison Leão1-1/+3
2023-09-24auto-generate vimdocgithub-actions[bot]1-0/+143
2023-09-23adding autogen docsEllison Leão2-0/+25
2023-09-23styluaEllison Leão1-1/+1
2023-09-23add terminal_colors config. Close #270Ellison Leão4-25/+51
2023-09-23removing lightline support.Ellison Leão2-60/+0
Ref: https://github.com/ellisonleao/gruvbox.nvim/discussions/268
2023-09-23Adding Luacats annotations. (#276)Ellison4-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-20changed hl colors (#274)Mezdelex1-7/+7
Co-authored-by: Ellison <ellisonleao@gmail.com>
2023-09-20adds emphasis option (#272)Alex Koch4-1/+5
* adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com>
2023-08-29styluaEllison Leão1-28/+28
2023-08-28added nvim-dap-ui highlight groups (#265)Mezdelex1-2/+31
2023-08-16Add support for vim-illuminate plugin (#264)ShellCode1-0/+4
2023-08-03LspSemanticHighlight more consistent with Treesitter (#255)vgeof1-4/+4
Co-authored-by: Vivien GEOFFROY <x2028200@PARMPYLL8ZL1.ratpsmart.local>
2023-04-23fix(groups): Improve special comment keywords (#247)Andreas Schneider1-1/+8
2023-04-20feat(groups): Add support for nvim-ts-rainbow2 (#249)Andreas Schneider1-0/+9
2023-04-18remove treesitter-error highlight link (#245)Xun1-2/+0
2023-04-17feat: Add support for lsp semantic highlight (#243)Andreas Schneider1-25/+171
* fix(groups): Use grouping from nvim-treesitter This uses what's in the README.md with comments and shows what is missing. * feat(groups): Add support for lsp semantic highlight Fixes #241
2023-04-11adding lazy.nvim install stepEllison Leão1-0/+6
2023-04-11fix: LspSignatureActiveParameter color (#234)Xun1-1/+1
* fix: LspSignatureActiveParameter color * change LspSignatureActiveParameter color * link LspSignatureActiveParameter to Search
2023-04-10feat: add cmp missing highlight (#238)Xun1-0/+7
2023-04-08fix: add highlight for active parameter in signature help (#231)Oskar Grunning1-1/+1
See https://github.com/neovim/neovim/pull/15018 for more information. Co-authored-by: Ellison <ellisonleao@gmail.com>