Commit Graph

4 Commits (88d2b1bc7e0d0d4ceaf4e633845f68c3ba312915)

Author SHA1 Message Date
Pocco81 1ec2590301 fix(formatting): stylua 2 years ago
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 536988887f feat: nvim-0.7 support + rework of utils 2 years ago
Pocco81 833ff1a98a feat: new naming convention and better color transitions 3 years ago