Commit Graph
45 Commits
Author SHA1 Message Date
gbprod abf84bcdb5 fix: diagnostics 2024-01-24 14:26:58 +01:00
gbprod 8390174c21 fix: diff 2024-01-24 14:26:58 +01:00
gbprod 662439675b feat(treesitter): improve php treesitter 2024-01-22 09:37:38 +01:00
gbprod 92bda89f55 introduce WinBar and WinBarNC 2023-12-04 13:45:42 +01:00
gbprodandGitHub 2948bddbc3 improve IncSearch color in vscode mode (#54) 2023-11-23 08:29:44 +01:00
gbprodandGitHub e26bee5c70 Flash (#52)
* feat: flash support

* feat: support flash
2023-11-22 11:05:50 +01:00
gbprodandGitHub 77907be854 feat: support illuminate (#51)
* feat: support illuminate

* feat: support codeium

* fix: spell
2023-11-09 16:37:05 +01:00
gbprodandGitHub d98731c68f Revert "feat: support illuminate (#49)" (#50)
This reverts commit 6f4479bae3.
2023-11-06 11:59:09 +01:00
gbprodandGitHub 6f4479bae3 feat: support illuminate (#49) 2023-11-06 10:44:19 +01:00
gbprodandGitHub 4b58515968 feat: introduce vscode search theme (#47) 2023-10-12 18:09:44 +02:00
柳芭老爹andGitHub 2583e46b7f fix: make TelescopeBorder's background transparentable (#46) 2023-10-12 17:48:45 +02:00
gbprodandGitHub 0ce43a3beb feat: add highlight-undo.nvim support (#45) 2023-10-12 08:17:04 +02:00
gbprodandGitHub 631bd30a01 fix(neogit): better neogit integration (#44) 2023-10-04 09:02:26 +02:00
Jiahe JiangandGitHub 698c32b926 support rainbow-delimater (#41)
* support rainbow-delimater

* update Plugin Support List
2023-09-01 15:04:15 +02:00
gbprod 25f45989fc fix: differenciate LeapMatch from LeapLabelPrimary
Fixes: #38
2023-07-18 09:35:36 +02:00
gbprod 64c4cd6487 feat(diff): use less bright color for diff background in fg mode 2023-06-28 10:34:15 +02:00
Tomasz NandGitHub 802894ee68 Highlight the background on diff area (#37)
(especially if `diff.mode` is set to `fg`)
2023-06-22 11:34:59 +02:00
Tomasz NandGitHub 5b92f2005a Diffview: support file history panel (#36) 2023-06-21 14:23:42 +02:00
Jiahe JiangandGitHub e7d7135a1c BREAKING CHANGE!: sync aerial & navic highlights with treesitter & lsp highlights (#30)
* BREAKING CHANGE!: sync aerial & navic highlights with treesitter & lsp highlights

* add semantic token default value

* fix: typo
2023-03-27 11:51:26 +02:00
Егор МартыновandGitHub b7b8c6cdd7 feat(treesitter): add injected highlights (#31) 2023-03-23 13:28:51 +01:00
Егор МартыновandGitHub bd32c0f4d6 feat: add support for semantic token modifiers (#29)
* feat: add support for semantic token modifiers

* `@lsp.type.interface`: `Identifier` -> `@type`
2023-03-20 09:00:42 +01:00
gbprod bc077cc78a feat: improve neo-tree support 2023-03-14 14:47:45 +01:00
gbprodandGitHub c0c131e517 fix: override all keywords (#28)
Fixes: #27
2023-03-13 10:25:32 +01:00
gbprod 8374678524 feat: support legacy diff highlight groups
Fixes: #25
2023-03-08 16:39:16 +01:00
Jiahe JiangandGitHub 70df2b61de redo 58a9acb (#23)
* fix: redo 58a9acb

* format code
2023-02-04 16:43:22 +01:00
gbprodandGitHub ad292de6fa feat: introduce preserve_background colorblind option (#22)
Ref: #21
2023-02-03 08:52:38 +01:00
Jiahe JiangandGitHub 289dcd565b feat: support NeoTreeTab (#20) 2023-01-29 11:57:47 +01:00
Jiahe JiangandGitHub 58a9acb06c fix: colorblind not applied to highlights define in on_highlights (#18) 2023-01-26 15:15:12 +01:00
gbprod df87a9fc62 fix: bad color in daltonize
Fixes: #17
2023-01-26 10:43:35 +01:00
gbprodandGitHub 6617ccc794 fix: set notify background (#16)
Ref: #12
2023-01-26 09:08:27 +01:00
72529f6e62 feat: introduce colorblind mode (#15)
Co-authored-by: Isrothy <isrothy@gmail.com>
2023-01-26 08:54:02 +01:00
gbprod 4f53335d65 fix: diff background 2023-01-17 11:12:20 +01:00
gbprod f18afbe5dd Make StatusLine less bright 2022-12-21 16:52:24 +01:00
gbprod 2c9f24ad20 feat(treesitter): improve phpdoc highlights 2022-12-15 08:56:25 +01:00
gbprod ddc4435a03 feat(barbar): add colors for errors 2022-12-14 11:05:10 +01:00
gbprod 713306f89b feat: improve MatchParen highlights 2022-12-14 10:30:33 +01:00
gbprod be224fdda1 feat(bufferline): improve barbar integration 2022-12-12 11:21:43 +01:00
gbprod 2e733eaf85 fix(cmp): make deprecated readable 2022-12-07 11:48:36 +01:00
gbprod 33327fa896 fix: options overrides 2022-12-06 10:21:55 +01:00
gbprodandGitHub 9cf0e9a33d feat: introduce on_highlights event (#8) 2022-12-06 09:23:47 +01:00
gbprodandGitHub 61959aa85e Support bufferline / nvim-notify / Neotree / nvim-ts-rainbow (#6)
* feat: add support for rcarriga/nvim-notify

* feat: support NeoTree

* feat: support akinsho/bufferline.nvim

* fix: better split borders

* feat: support p00f/nvim-ts-rainbow
2022-12-05 16:06:04 +01:00
gbprod 7712b4e263 feat: add notifier.nvim integration 2022-12-05 08:51:57 +01:00
gbprod 2bef3e4ba8 fix: change some colors 2022-12-02 15:39:34 +01:00
Jiang, JiaheandGitHub 84b9f47f2f Support aerial (#2) 2022-12-02 14:26:20 +01:00
gbprod 21d1c08b85 Initial commit 2022-12-01 16:44:11 +01:00