Commit Graph

142 Commits (24191b87a2fa6c217a26542229db383b997c41a9)

Author SHA1 Message Date
nullchilly 96240e41fd refactor(highlight): Resolve conflict 2 years ago
nullchilly 8891abfe29 refactor(highlight): Resolve conflict 2 years ago
nullchilly 9941af1d6f refactor(highlight): Deprecating style = string. Use style = table 2 years ago
nullchilly eb5410f250 BREAKING CHANGE(performance): Improve nvim_set_hl
instead of using commas to separate styles in a highlights group please
use a Lua table instead. For example:

```lua
style = { "italic", "bold", "underlined" }
```
2 years ago
Pocco81 edd620668b
Merge pull request #176 from nullchilly/main
refactor(performance): Improve nvim_set_hl
2 years ago
nullchilly c1fb001213 refactor(performance): Improve nvim_set_hl 2 years ago
nullchilly ef54141a8d fix(highlight): Fix blend option 2 years ago
Pocco81 d12706ea61 Merge branch 'main' into dev 2 years ago
Pocco81 93986d4540
Merge pull request #138 from BattleCh1cken/main
feat: tweaked telescope colors and added custom highlights
2 years ago
Pocco81 27ce9a2db0 Merge branch 'main' into dev 2 years ago
Pocco81 c9422b4157 fix: get command 2 years ago
Pocco81 3682671de4 fix: dimming feature 2 years ago
Pocco81 4a5c351b10 fix: merge conflict 2 years ago
Pocco81 97c972aa86 feat: reworked dimming feature with new lib ui 2 years ago
frdrkolsson d87fa3a826 Show file modified in feline plugin 2 years ago
Pocco81 fb088c6091 fix: require path for color util 2 years ago
Pocco81 674dc92e9f fix: typo 2 years ago
Pocco81 e84e4c1142 fix: wrong utils call 2 years ago
Pocco81 36e4da6f27
Merge pull request #159 from Suyashtnt/feature/leap
feat: add leap support
2 years ago
Pocco81 789b4ac3ce fix: merge conflict 2 years ago
Pocco81 f55b6df406
Merge branch 'dev' into fix/native_lsp 2 years ago
Pocco81 8ef5823f04
Merge pull request #166 from echasnovski/mini
Add explicit support for 'mini.nvim'
2 years ago
Pocco81 536988887f feat: nvim-0.7 support + rework of utils 2 years ago
Rahul Garg 863500ba19
Support dim_inactive with existing integrations 2 years ago
Evgeni Chasnovski ed15ce51bd
Add explicit support for 'mini.nvim'. 2 years ago
frdrkolsson 1f73ffc48f Show file modified in feline plugin 2 years ago
Zhong Liu 357dc37911 use autocmd event instead of `after_loading` hook 2 years ago
Prateek Sharma 870762cb13 Fix native_lsp highlights #160 2 years ago
Vinícius Bispo 23f93a27d6
fix(coc_nvim): fix coc_nvim not working
Fix coc_nvim not working because I forgot returning M in the end
2 years ago
Suyashtnt 50ad531d96 fix: attempt number 4 at fixing leap 2 years ago
Suyashtnt a3ed551968 fix: attempt to fix nil issue again 2 years ago
Suyashtnt 1668fcfd2c fix: attempt to fix nil issue 2 years ago
Suyashtnt b4d0a5ddf8 feat: add leap support 2 years ago
vinibispo 58e495e75a chore(coc_nvim): improve writing on comment 2 years ago
vinibispo 311be0a092 feat(coc_nvim): add integration with coc_nvim 2 years ago
Pocco81 d46425163d
Merge pull request #143 from igorlfs/main
fix: #103
2 years ago
Pocco81 f152570b13
Merge pull request #150 from bennypowers/patch-1
fix: bufferline integration w transparent_background
2 years ago
Zhong Liu 3e6eb54d58 fix: recursive execute after_loading callback 2 years ago
Benny Powers e8af06e04f
fix: bufferline integration w transparent_background 2 years ago
Igor e2beb04a8e fix: #103 2 years ago
Pocco81 773d339cbd Merge branch 'dev' 2 years ago
Pocco81 d588ef18ee fix: feline 2 years ago
sgoudham 106d06ee2b fix: Replace invalid colours with existing equivalents
Within both branches 'master' and 'dev', invalid colours
such as `cp.purple`, `cp.blue1` and `cp.hint` currently exist.
This commit replaces them with equivalent existing colours
and therefore allows the lspsaga integration to work properly.
2 years ago
BattleCh1cken d7f0810765 tweaked telescope colors and added custom highlights 2 years ago
Pocco81 8a9ce37ea1 Merge branch 'dev' 2 years ago
sgoudham e00d111d7c
fix: Replace invalid colours with existing equivalents
Within both branches 'master' and 'dev', invalid colours
such as `cp.purple`, `cp.blue1` and `cp.hint` currently exist.
This commit replaces them with equivalent existing colours
and therefore allows the lspsaga integration to work properly.
2 years ago
Pocco81 97fc192652 BREAKING CHANGE: changed color naming convention 2 years ago
Pocco81 833ff1a98a feat: new naming convention and better color transitions 2 years ago
Pocco81 120a5f193f cleared out some highlights 2 years ago
Jorge Befan 42e1701ad2 improving colors for Typescript and TSX on TreeSitter integration 2 years ago