| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2023-04-20 | feat(groups): Add support for nvim-ts-rainbow2 (#249) | Andreas Schneider | 1 | -0/+9 | |
| 2023-04-18 | remove treesitter-error highlight link (#245) | Xun | 1 | -2/+0 | |
| 2023-04-17 | feat: Add support for lsp semantic highlight (#243) | Andreas Schneider | 1 | -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-11 | adding lazy.nvim install step | Ellison Leão | 1 | -0/+6 | |
| 2023-04-11 | fix: LspSignatureActiveParameter color (#234) | Xun | 1 | -1/+1 | |
| * fix: LspSignatureActiveParameter color * change LspSignatureActiveParameter color * link LspSignatureActiveParameter to Search | |||||
| 2023-04-10 | feat: add cmp missing highlight (#238) | Xun | 1 | -0/+7 | |
| 2023-04-08 | fix: add highlight for active parameter in signature help (#231) | Oskar Grunning | 1 | -1/+1 | |
| See https://github.com/neovim/neovim/pull/15018 for more information. Co-authored-by: Ellison <ellisonleao@gmail.com> | |||||
| 2023-04-08 | Clean Up (#233) | Xun | 1 | -16/+0 | |
| 2023-04-06 | added semantic (#211) | SeniorMars | 1 | -0/+13 | |
| Co-authored-by: Ellison <ellisonleao@gmail.com> | |||||
| 2023-04-06 | feat: add notify nvim highlights (#232) | Oskar Grunning | 1 | -0/+16 | |
| 2023-03-30 | fix NormalFloat bg for non transparent mode | Ellison Leão | 1 | -1/+1 | |
| 2023-03-29 | feat: add transparency to floats (#229) | frrenzy | 1 | -0/+1 | |
| 2023-03-26 | adding luarocks workflow | Ellison Leão | 1 | -0/+14 | |
| 2023-03-26 | Reverting #225 | Ellison Leão | 1 | -4/+6 | |
| Adding `diffOldFile` and `diffIndexLine` groups | |||||
| 2023-03-25 | fixing override logic (#226) | Ellison | 3 | -19/+18 | |
| Ref #223 Reverting #207 | |||||
| 2023-03-24 | Improve diff colors (#225) | Tyler Hallada | 2 | -4/+20 | |
| These new subtler diff colors which only set the background color so that syntax highlighting will still appear in the foreground colors. Adds a set of "subtle" colors which can be used in either dark or light backgrounds. | |||||
| 2023-03-20 | feat: add `NoiceCursor` highlight group (#217) | Егор Мартынов | 1 | -0/+2 | |
| 2023-03-19 | New Italic configs (#222) | Ellison | 5 | -21/+62 | |
| * feat(config): adding new italic config * using direct highlight call in vim.cmd * adding changelog releaser | |||||
| 2023-03-12 | Fix(color): fix the custom attribute does not take effect. #205 (#207) | 秋葉 | 1 | -2/+8 | |
| Co-authored-by: Ellison <ellisonleao@gmail.com> | |||||
| 2023-03-12 | Removing italic from Operator. Close #215 | Ellison Leão | 1 | -1/+1 | |
