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
I installed this theme with Vim Plug. It appears to be installed...
ls ~/.local/share/nvim/plugged/github-nvim-theme/
CHANGELOG.md colors extras LICENSE lua Makefile queries README.md
This is my config to turn it on:
" Example config in VimScript
let g:github_function_style = "italic"
let g:github_sidebars = ["qf", "vista_kind", "terminal", "packer"]
" Change the "hint" color to the "orange" color, and make the "error" color bright red
let g:github_colors = [hint = "orange", error = "#ff0000"]
" Load the colorscheme
colorscheme github_dark
Yet, when I run wim, the following error appears.
Error detected while processing /home/miki/.config/nvim/theme:
line 6:
E121: Undefined variable: hint
line 9:
E185: Cannot find color scheme 'github_dark'
The text was updated successfully, but these errors were encountered:
I solved E185: Cannot find color scheme 'github_dark' by removing other theme plugins and running PlugClean. If this happens whenever you try to install more than one theme and pick one, it might be useful to mention this in the instructions...
I installed this theme with Vim Plug. It appears to be installed...
This is my config to turn it on:
Yet, when I run wim, the following error appears.
The text was updated successfully, but these errors were encountered: