RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
522 stars 77 forks source link

Neovim error on startup from latest commit #64

Closed viktorholk closed 2 years ago

viktorholk commented 2 years ago

I am using Packer. I get this error on startup on the latest nvim-base16

image

I get no error on commit d2a56671ed19fb471acf0c39af261568ea47ee26

image
RRethy commented 2 years ago

What's your version of Neovim? The most recent commit was fixing a breaking change to nvim-treesitter but you might be using a version of Neovim that doesn't support the new nvim-treesitter highlight groups.

viktorholk commented 2 years ago

Yes updating it fixed it for me I updated from v0.7.2 to v0.8.0 Thanks