Commit Graph

30 Commits (e3fb003512d7e7852c2e3368724b0d33220c629a)

Author SHA1 Message Date
Pocco81 1ec2590301 fix(formatting): stylua 2 years ago
Pocco81 c41a6272f7 BREAKING CHANGE: reworked most directories and function calls 2 years ago
nullchilly b31738cd74 refactor(command): Remove vimscript 2 years ago
nullchilly c9edb905d3 refactor(command): Remove vimscript 2 years ago
nullchilly 96240e41fd refactor(highlight): Resolve conflict 2 years ago
nullchilly 77def9cea1 Merge remote-tracking branch 'origin/dev' into allout 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
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
nullchilly c1fb001213 refactor(performance): Improve nvim_set_hl 2 years ago
nullchilly 38c47157a9 fix(g.colors_name): Set colorscheme name 2 years ago
Pocco81 482de1a974 fix: custom highlights 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 d12706ea61 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 536988887f feat: nvim-0.7 support + rework of utils 2 years ago
BattleCh1cken d7f0810765 tweaked telescope colors and added custom highlights 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 8faded2314 feat: color variantion per palette 2 years ago
Pocco81 5b5a0dded1 fix #86: terminal colors 3 years ago
Pocco81 72f0eddaae fix: term colors 3 years ago
Pocco81 f35ae3f646 dev: migrated everything to catppuccin 3 years ago
Pocco81 a9a4c2b720 dev: started migrating from katppuccino -> catppuccin 3 years ago