bluz71 / vim-nightfly-colors

A dark midnight theme for modern Neovim & classic Vim
MIT License
828 stars 51 forks source link

Invalid character #36

Closed ThanhDat-Vo closed 2 years ago

ThanhDat-Vo commented 2 years ago

Hi, I encounter this error:

Screen Shot 2022-10-04 at 11 25 43 AM

My neovim version is 0.8

bluz71 commented 2 years ago

Are you using Neovim 0.8 or an older nightly? This looks like the Tressitter highlight group renames I did a couple weeks ago because the Neovim devs themselves changed group names.

Please provide the exact Neovim version you are using via the :intro command.

Note, I am a Neovim 0.8 user, so this theme does work, but it requires the official 0.8 release.

ThanhDat-Vo commented 2 years ago

@bluz71 my nvim version

nvim --version NVIM v0.8.0-dev+377-gae02c02f1 Build type: Release LuaJIT 2.1.0-beta3

ThanhDat-Vo commented 2 years ago

my temporary solution is to use old commit use({ "bluz71/vim-nightfly-guicolors", commit = "7a03fd3061f38643acc48e7976e8ecfe10692aa9" })

bluz71 commented 2 years ago

As suspected, you are using an older development version of Neovim (a nightly).

Please upgrade to the official Neovim 0.8 release, it is required.

Best regards.

bluz71 commented 2 years ago

my temporary solution is to use old commit use({ "bluz71/vim-nightfly-guicolors", commit = "7a03fd3061f38643acc48e7976e8ecfe10692aa9" })

No, please upgrade your Neovim, that is the issue.

ThanhDat-Vo commented 2 years ago

Things works fine after upgrading Neovim Thanks for your support

bluz71 commented 2 years ago

Cheers.