projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.07k stars 106 forks source link

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

Closed theodugautier closed 2 years ago

theodugautier commented 2 years ago

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 :

ful1e5 commented 2 years ago

min req neovim >= 0.5

theodugautier commented 2 years ago

oh ok !