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
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
..
api feat: added storm palette 3 years ago
core BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago
lib fix: echo and replaced all prints with it 2 years ago
utils BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago
config.lua fix: missing comma 2 years ago
init.lua BREAKING CHANGE: removed 'remaps' module 2 years ago
main.lua new autocmd event `CatppuccinLoaded` 2 years ago