github-nvim-theme
github-nvim-theme copied to clipboard
Error when I configure the theme : attempt to index field 'g' (a nil value)
Hello,
When I setup the theme on neovim, I get this error :
call plug#begin()
Plug 'projekt0n/github-nvim-theme'
call plug#end()
colorscheme github_dark_default
I also tried to do this:
call plug#begin()
Plug 'projekt0n/github-nvim-theme'
call plug#end()
lua << EOF
require("github-theme").setup({
theme_style = "dark_default",
})
EOF
But nothing makes it I always have the same error and of course the theme does not work.
Version : - neovim: 0.4.3
min req neovim >= 0.5
oh ok !