Th3Whit3Wolf / one-nvim

Atom one theme
MIT License
113 stars 23 forks source link

attempt to index field 'go' (a nil value) #14

Closed pianocomposer321 closed 3 years ago

pianocomposer321 commented 3 years ago

After updating, I get this message: error png

Th3Whit3Wolf commented 3 years ago

Update neovim and see if the errors persist. A new commit landed in neovim nightly changing the global option to vim.go from vim.g

DannyDies commented 3 years ago

In my case, this solved the problem. p.s. be aware of t_Co option, if you have if. it must be vim.go.t_Co too.

pianocomposer321 commented 3 years ago

Update neovim and see if the errors persist. A new commit landed in neovim nightly changing the global option to vim.go from vim.g

Just updated, it does fix it. I wish the neovim people would just update the AUR repo already.