You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvim/lua/catppuccin/utils
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
..
colors.lua fix: dimming feature 2 years ago
data.lua BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago
echo.lua fix: echo and replaced all prints with it 2 years ago
hsluv.lua dev: started migrating from katppuccino -> catppuccin 3 years ago
os.lua feat: nvim-0.7 support + rework of utils 2 years ago
util.lua BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago