m00qek / baleia.nvim

Colorize text with ANSI escape sequences (8, 16, 256 or TrueColor)
138 stars 5 forks source link

Support nvim_set_hl from neovim 0.7 #8

Closed m00qek closed 1 year ago

m00qek commented 2 years ago

Neovim 0.7 allows to create highlight groups using only the lua API. See https://neovim.io/doc/user/api.html#nvim_set_hl() Should Baleia still support neovim 0.5?