Commit Graph

6 Commits (1273cce0834bdb3dfb2b910e41893f32edd25983)

Author SHA1 Message Date
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 97fc192652 BREAKING CHANGE: changed color naming convention 3 years ago
Pocco81 833ff1a98a feat: new naming convention and better color transitions 3 years ago
Pocco81 c76b2e95cb BREAKING CHANGE: removed CatppuccinX convetion -> used normal color names instead 3 years ago
Pocco81 f35ae3f646 dev: migrated everything to catppuccin 3 years ago
Pocco81 a9a4c2b720 dev: started migrating from katppuccino -> catppuccin 3 years ago