I am using neovim 0.12.1 with the nvim-treesitter plugin (https://github.com/nvim-treesitter/nvim-treesitter).
This plugin requires the tree-sitter binary which doesn't seem to be provided by the tree-sitter package in Solus.
Steps to reproduce:
install neovim 0.12+
Add the following config in ~/.config/nvim/init.lua to install the nvim-treesitter plugin
vim.pack.add({
{ src = 'https://github.com/nvim-treesitter/nvim-treesitter', version = 'main' },
})
After installing the plugin execute "checkhealth nvim-treesitter" within Neovim.
You will get the following error
- ❌ ERROR tree-sitter-cli not found