You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
vim.highlight.create is deprecated, use vim.api.nvim_set_hl instead. See :h deprecated
This function will be removed in Nvim version 0.9
stack traceback:
/usr/share/nvim/runtime/lua/vim/highlight.lua:14: in function 'hi'
...l/share/nvim/plugged/pywal.nvim/lua/pywal/highlights.lua:8: in function 'highlight_all'
.../.local/share/nvim/plugged/pywal.nvim/lua/pywal/init.lua:8: in function 'setup'
[string ":lua"]:1: in main chunk
Press ENTER or type command to continue
I believe this is in reference to local hi = vim.highlight.create in the file lua/pywal/highlights.lua
The text was updated successfully, but these errors were encountered:
When opening Neovim, the following error appears:
I believe this is in reference to
local hi = vim.highlight.create
in the file lua/pywal/highlights.luaThe text was updated successfully, but these errors were encountered: