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 Jan 2, 2023. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
Just letting you know anyway since i didn't find any mentioed of it anywhere:
Loading this before any colorscheme throws a bunch of errors. Lazy loading with packadd. Tried with the aurora colorscheme and a bunch of base16 colorscheme.
Steps to reproduce
Steps to reproduce the behavior.
Please also paste the code which has buggy highlighting here.
try loading it before the mentioned colorschemes.
packadd aurora
packadd nvim-ts-rainbow
Error log :
Error detected while processing /home/charlie/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/charlie/.config/nvim/init.lua:195: Vim(lua):E5108: Error executing lua
...pack/packer/opt/nvim-ts-rainbow/lua/rainbow/internal.lua:25: attempt to index a nil value
stack traceback:
...pack/packer/opt/nvim-ts-rainbow/lua/rainbow/internal.lua:25: in main chunk
[C]: in function 'require'
[string ":lua"]:1: in main chunk
[C]: in function 'cmd'
/home/charlie/.config/nvim/init.lua:195: in main chunk
stack traceback:
[C]: in function 'cmd'
/home/charlie/.config/nvim/init.lua:195: in main chunk
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /usr/share/nvim/runtime/filetype.lua:20: Vim(append):Error executing lua callback: .
..er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:485: loop or previous error loading module 'rainbow.int
ernal'
stack traceback:
[C]: in function 'resolve_module'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:485: in function 'detach_module'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:499: in function 'reattach_module'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:109: in function <...er/start/nvim-treesitter/
lua/nvim-treesitter/configs.lua:108>
[C]: in function 'nvim_buf_set_option'
/usr/share/nvim/runtime/filetype.lua:20: in function </usr/share/nvim/runtime/filetype.lua:11>
stack traceback:
[C]: in function 'nvim_buf_set_option'
/usr/share/nvim/runtime/filetype.lua:20
The text was updated successfully, but these errors were encountered:
charlie39
changed the title
Not sure whether it is a bug or expected behavour, but letting you know anyway since i didn't find any mentioed of it anywhere
Not sure whether it is a bug or expected behavour, but loading this extension plugin before any colorscheme throws error
Jul 14, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A clear and concise description of what the bug is.
Just letting you know anyway since i didn't find any mentioed of it anywhere:
Loading this before any colorscheme throws a bunch of errors. Lazy loading with packadd. Tried with the aurora colorscheme and a bunch of base16 colorscheme.
Steps to reproduce
Steps to reproduce the behavior.
Please also paste the code which has buggy highlighting here.
try loading it before the mentioned colorschemes.
Error log :
The text was updated successfully, but these errors were encountered: