projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.08k stars 105 forks source link

Error: attempt to call field 'nvim_create_augroup' (a nil value) #170

Closed luisdavim closed 2 years ago

luisdavim commented 2 years ago

I'm getting the following error since the last update:

Error detected while processing /Users/luisdavim/.vim/bundle/github-nvim-theme/colors/github_dark_default.vim:                                                                                                                                                                                                                                                                                  
line    3:                                                                                                                                                                                                                                                                                                                                                                                      
E5108: Error executing lua .../.vim/bundle/github-nvim-theme/lua/github-theme/util.lua:112: attempt to call field 'nvim_create_augroup' (a nil value)                                                                                                                                                                                                                                           
stack traceback:                                                                                                                                                                                                                                                                                                                                                                                
        .../.vim/bundle/github-nvim-theme/lua/github-theme/util.lua:112: in function 'autocmds'                                                                                                                                                                                                                                                                                                 
        .../.vim/bundle/github-nvim-theme/lua/github-theme/util.lua:232: in function 'load'                                                                                                                                                                                                                                                                                                     
        .../.vim/bundle/github-nvim-theme/lua/github-theme/init.lua:15: in function 'setup'                                                                                                                                                                                                                                                                                                     
Press ENTER or type command to continue 
luisdavim commented 2 years ago

Just realised this is a duplicate of https://github.com/projekt0n/github-nvim-theme/issues/168