Commit Graph

59 Commits

Author SHA1 Message Date
Volodymyr Patuta 1ee3e4c60c update 2024-09-03 16:10:03 +02:00
Volodymyr Patuta 4b1e4b5b0f feat: adapt to my needs :) 2024-05-31 10:57:13 +02:00
Diego Alves a2dda61d9c
fix(vim_hl): update NormalFloat highlights (#12)
closes #11
2024-01-08 18:33:21 -05:00
Daniel Hill 3d1bf7f9f1 fix(vim_hl): update `Folded` and `FoldColumn` highlights 2023-08-22 21:15:23 -04:00
Daniel Hill 70212b102a fix(treesitter): add comment italics option to treesitter doc comments 2023-08-08 23:40:41 -04:00
Daniel Hill 52a6034ef0 feat(extras): add windows terminal theme fragment 2023-06-28 16:00:47 -04:00
Francesco Raso a1e7b270c3
Fix user config loading - add some plugins support (#4) 2023-04-20 09:11:42 -04:00
Francesco Raso e2128bfe75
feat: `nvim-cmp`, `vim-fugitive`, and invert visual selection support (#3)
* feat(cmp): add nvim-cmp support

* feat(config): invert visual selection option

* feat(git): vim-fugitive support
2023-04-17 14:03:33 -04:00
Daniel Hill 2858e81948 feat(lsp): add `DiagnosticUnnecessary` 2023-04-12 17:50:07 -04:00
Daniel Hill 206249b22b feat(treesitter): add `@comment.luadoc` 2023-04-12 17:47:01 -04:00
Daniel Hill e9c02cc16a style: reformat code with StyLua 2023-04-10 13:22:47 -04:00
Daniel Hill 8605e52279 feat: add correct cursor color 2023-04-10 13:20:54 -04:00
Daniel Hill 1f14c5a0d1 fix: disable Nvim v0.9.0 lsp semantic highlights 2023-04-07 10:35:44 -04:00
Daniel Hill 1bbbb0fa4e docs: update README updated preferences example 2023-04-05 20:15:49 -04:00
Daniel Hill 35d98b3b9a chore: merge branch 'main' of ssh://github.com/blazkowolf/gruber-darker.nvim 2023-04-05 20:11:15 -04:00
Daniel Hill 9848a5d16f style: reformat code with StyLua 2023-04-05 20:10:12 -04:00
Daniel Hill 35bd4866a3 fix: remove `default` field from palette 2023-04-03 23:33:53 -04:00
Daniel Hill e0b343ccbf
docs: update screenshot in README 2023-04-02 23:12:18 -04:00
Daniel Hill 64a4be5ffb feat(treesitter): support most highlight groups 2023-04-02 20:35:12 -04:00
Daniel Hill 0059cd051b feat: add some lsp diagnostic groups 2023-03-30 00:13:32 -04:00
Daniel Hill 0ac73f59da fix: remove invalid character from group name 2023-03-29 23:42:57 -04:00
Daniel Hill c18d7d079d
docs: add screenshot to README 2023-03-29 22:06:31 -04:00
Daniel Hill 944a7cb750 feat: add more config options 2023-03-29 21:50:44 -04:00
Daniel Hill c18367cd26 feat!: rename colorscheme from "GruberDarker" to "gruber-darker" 2023-03-28 20:40:28 -04:00
Daniel Hill 0adfd0bcdc chore: update StyLua configuration 2023-03-26 10:06:15 -04:00
Daniel Hill de9a3543f8 style: format code with StyLua 2023-03-26 10:04:41 -04:00
Daniel Hill 58715dc627 feat: update config, docs, and add italics to more groups 2023-03-26 10:03:06 -04:00
Daniel Hill 8e828749cd feat: make `ConfigMgr` into a singleton 2023-03-26 00:12:43 -04:00
Daniel Hill 605c230d8a refactor: make highlights setup more dynamic 2023-03-25 22:05:39 -04:00
Daniel Hill d65968c58c fix: fix `Pmenu` highlight error 2023-03-25 21:58:47 -04:00
Daniel Hill 7dcce2ff17 feat: create highlights abstraction 2023-03-25 21:14:32 -04:00
Daniel Hill 2cb4af8a62 style: reformat code with StyLua 2023-03-25 18:43:49 -04:00
Daniel Hill 34aa638d32 feat: implement `Color` abstraction 2023-03-25 18:07:32 -04:00
Daniel Hill 440a37c272 feat: add Neovim integrated terminal colors 2023-03-25 14:03:15 -04:00
Daniel Hill a06a2a7ea2 style: reformat code using StyLua 2023-03-13 22:09:44 -04:00
Daniel Hill 912abb7dda fix: resolve merge conflicts 2023-03-13 22:01:13 -04:00
fraso-dev a7d34bcce1
feat: add theme preferences to configuration (#2)
* update DiffChange highlights

* update: user customization and highlights

---------

Co-authored-by: blazkowolf <9439488+blazkowolf@users.noreply.github.com>
2023-03-13 21:57:45 -04:00
Daniel Hill ea213f8321 fix: resolve merge conflicts and make some slight modifications 2023-03-13 21:49:38 -04:00
fraso-dev 672888cdee update: user customization and highlights 2023-03-13 12:31:31 +01:00
fraso-dev d0775eaae5
feat: add DiffChange highlight group (#1) 2023-03-10 21:20:59 -05:00
fraso-dev fb33598543 update DiffChange highlights 2023-03-10 14:19:00 +01:00
Daniel Hill d688bfafd6 style: reformat code with StyLua 2023-01-22 23:56:37 -05:00
Daniel Hill ab566a9599 fix: comment out test call to `setup` 2023-01-22 23:51:22 -05:00
Daniel Hill 14d268bc6b feat: create `config` module
Add support for overriding plugin default options with
user preferences. Resolved user preferences are cached
between switching colorschemes.
2023-01-22 23:48:37 -05:00
Daniel Hill ee60efa02e docs: make special thanks section more clear
I'm not affiliated with the repositories in the Special Thanks
section, and I don't want to give the wrong impression as though
I were in correspondence with their respective creators. Maybe I'm
overthinking it 🥴
2023-01-21 12:24:49 -05:00
Daniel Hill 96e0a4680a chore: comment out user command for on-demand reload 2023-01-21 12:11:55 -05:00
blazkowolf 2f976ab364
docs: fix incorrect link 2023-01-10 22:13:59 -05:00
blazkowolf 6d4de9499e
docs: update packer installation instructions 2023-01-10 22:12:39 -05:00
blazkowolf 66b3493c2c
docs: add disclaimer to README 2023-01-10 22:08:54 -05:00
Daniel Hill ed4edbacdd feat: add some treesitter highlight groups 2023-01-10 21:56:39 -05:00