Commit Graph

4 Commits (f7fe194b9bd7f9ae2c23a8d3899017c3e688d76b)

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 2 years ago