Skip to content

Commit 3982df4

Browse files
committed
ref(colouriser): use new highlight api
BREAKING CHANGE: this commit supports neovim v0.7.0 and above.
1 parent 31a0e8d commit 3982df4

File tree

4 files changed

+490
-486
lines changed

4 files changed

+490
-486
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Neovim status bar, colour scheme, and foldtext function.
2020

2121
## Requirements
2222

23-
At the moment it works on the development release of Neovim, and will be
24-
officially supporting [Neovim 0.7.0](https://github.com/neovim/neovim/releases/tag/v0.7.0).
23+
This library supports [Neovim 0.7.0](https://github.com/neovim/neovim/releases/tag/v0.7.0).
2524

2625
This plugin depends are the following libraries. Please make sure to add them
2726
as dependencies in your package manager:
@@ -89,7 +88,8 @@ use({
8988
"nanotee/sqls.nvim",
9089
},
9190
config = function()
92-
require("arshlib.quick").autocmd({"UIEnter", "*", function()
91+
require("arshlib.quick").autocmd({ events = "UIEnter", pattern = "*",
92+
callback = function()
9393
require("nvim").ex.colorscheme("arshamiser_light")
9494
require("arshamiser.feliniser")
9595
-- or:

0 commit comments

Comments
 (0)