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/core
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
..
integrations BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago
palettes fix: echo and replaced all prints with it 2 years ago
mapper.lua BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago