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
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
..
catppuccin BREAKING CHANGE(performance): Improve nvim_set_hl 2 years ago
lightline/colorscheme fix: lightline and lualine integrations 2 years ago
lualine/themes fix: lightline and lualine integrations 2 years ago