Commit Graph

6 Commits (eb5410f250cd50a9f2663857f2cf6d46a9e5ef24)

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 2 years ago
Pocco81 833ff1a98a feat: new naming convention and better color transitions 2 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