Commit Graph

806 Commits (9ca44391101c29ae09b76f1d2875734b09f09693)
 

Author SHA1 Message Date
nullchilly 77def9cea1 Merge remote-tracking branch 'origin/dev' into allout 2 years ago
Pocco81 1273cce083
Merge pull request #181 from nullchilly/compile
feat(compile): Add compile support
2 years ago
nullchilly 8891abfe29 refactor(highlight): Resolve conflict 2 years ago
nullchilly 03535cfc7c feat(compile): Add compile commands 2 years ago
nullchilly 2a235b712b feat(compile): Add compile support 2 years ago
nullchilly 9941af1d6f refactor(highlight): Deprecating style = string. Use style = table 2 years ago
Pocco81 15c5026d78 fix: #177 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
nullchilly 96aed177ef fix(g.colors_name): Set colorscheme name 2 years ago
Pocco81 edd620668b
Merge pull request #176 from nullchilly/main
refactor(performance): Improve nvim_set_hl
2 years ago
Pocco81 7ee080cb04
Merge pull request #175 from nullchilly/colors_name
fix(g.colors_name): Set colorscheme name
2 years ago
Pocco81 6a56db8cfc
Merge pull request #174 from nullchilly/nvim_set_hl
fix(highlight): Fix blend option
2 years ago
nullchilly c1fb001213 refactor(performance): Improve nvim_set_hl 2 years ago
nullchilly 38c47157a9 fix(g.colors_name): Set colorscheme name 2 years ago
nullchilly ef54141a8d fix(highlight): Fix blend option 2 years ago
Pocco81 3914f0d38e fix: #147 2 years ago
Pocco81 12ca216fe9 BREAKING CHANGE: removed 'remaps' module 2 years ago
Pocco81 482de1a974 fix: custom highlights 2 years ago
Pocco81 7d8ce1e899 fix: missing comma 2 years ago
Pocco81 f67244f8f1 fix: echo and replaced all prints with it 2 years ago
Pocco81 f9a412002f added echo utility 2 years ago
Pocco81 8b707ee660 Merge branch 'main' into dev 2 years ago
Pocco81 44496d660e
Merge pull request #165 from 3rd/main
feat: support for color overrides
2 years ago
Pocco81 fc47decd70
Merge branch 'main' into main 2 years ago
Pocco81 62856bd8d5 feat: added color_overrides to settings
the `g:catppuccin_override_colors` variable was removed in favour of a
setting in the user's Catppuccin conf. This commit also added the
ability to change individual colors per palette and also apply changes
to all of them.
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 8eea0d8106 clean-up 2 years ago
Pocco81 795588f524
Merge pull request #162 from laxtiz/autocmd
feat: use autocmd event instead of after_loading hook
2 years ago
Pocco81 49c890f9c1 disabled dimming by default 2 years ago
Pocco81 f9dcab3af8 removed dim color 2 years ago
Pocco81 c9422b4157 fix: get command 2 years ago
Pocco81 3682671de4 fix: dimming feature 2 years ago
Pocco81 d2343a27f8 fix: ucolors 2 years ago
Pocco81 2c8c3ad77a fix: ucolors 2 years ago
Pocco81 4a5c351b10 fix: merge conflict 2 years ago
Pocco81 ecf4936512 Merge branch 'vihu-rg/dim-inactive' 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
Nicolás Salas 7f2bdf5ed5 docs(README): fix coc tab spacing 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 586d6e573b fix: CursorLine 2 years ago
Pocco81 9e59959742
Merge pull request #124 from TarunDaCoder/dev
feat: add CurSearch highlight group
2 years ago
Pocco81 b9592b1840
Merge branch 'dev' into dev 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 f6b25810b4
Merge pull request #161 from ps-143/fix/native_lsp
fix: native_lsp highlights in sign column #160
2 years ago