Dalius Dobravolskas
Dalius Dobravolskas
I looked around a little bit. What tree-sitter has to do with colorscheme? Do you have any example of colorscheme that supports tree-sitter?
OK I found one. If you are using tree sitter you can test this color scheme with similar change to this one https://github.com/Iron-E/nvim-highlite/commit/8c0162d4ddd4c2d796d52eefb380ace3bc96dcb6 and create PR.
That's fine. If you are using treesitter you are the best person to add support to it ;-)
Honestly, my impression is that tree-sitter is doing exactly and many colorschemes just work with it. But it is possible that not all options are covered by standard names and...
Yet another approach would be to use `gh` like `gh api repos/{owner}/{repo}/contributors`. This would allow accessing private repos.
OK. I see my PR does not fix the problem but I still think that it is better than current solution. Somehow `mentionableUsers` does not even return contributors of repo...
This one was fun for me. I found out that in addition to cmp config I have null-ls `null_ls.builtins.completion.vsnip`. There is a reason why trying to configure vsnip in nvim-cmp...
Here is something you can add to your config if you are using fish shell and are forced to use `.nvmrc`: ```fish function __check_nvmrc --on-variable PWD --description 'check .nvmrc on...
@yuezk That's what I'm actually using now. I have reported this only to help others to figure out why something has stopped working or is not working at all.
Lastly I have migrated to tree-sitter.