github-nvim-theme icon indicating copy to clipboard operation
github-nvim-theme copied to clipboard

Error when I configure the theme : attempt to index field 'g' (a nil value)

Open theodugautier opened this issue 2 years ago • 1 comments

Hello,

When I setup the theme on neovim, I get this error :

Capture d’écran du 2022-07-30 12-45-28

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

theodugautier avatar Jul 30 '22 10:07 theodugautier

min req neovim >= 0.5

ful1e5 avatar Jul 30 '22 13:07 ful1e5

oh ok !

theodugautier avatar Sep 01 '22 14:09 theodugautier