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
Nvim shows this error on startup when this theme is set as the default. Works fine after the error is suppressed.
Error detected while processing C:\tools\neovim\Neovim\share\nvim\runtime\syntax\synload.vim: line 19: E185: Cannot find color scheme 'github'
Seems like the global theme name set in L203 util.lua needs to be the correct name of the theme variant? Managed to fix it by concatenating the theme_style string from the theme object.
The text was updated successfully, but these errors were encountered:
Nvim shows this error on startup when this theme is set as the default. Works fine after the error is suppressed.
Error detected while processing C:\tools\neovim\Neovim\share\nvim\runtime\syntax\synload.vim: line 19: E185: Cannot find color scheme 'github'
Seems like the global theme name set in L203 util.lua needs to be the correct name of the theme variant? Managed to fix it by concatenating the theme_style string from the theme object.
The text was updated successfully, but these errors were encountered: