Nelyah
Nelyah
Hi @tbabej, and I first and foremost apologise for not giving any news. What you suggest sound good, I can definitely live with a patch for my own use case!...
Thanks for the reminder, I had indeed left it all a bit behind. I'm working on it right now, and I will probably give a more detailed update later (hopefully...
I pushed another commit, which should properly parse the `LS_COLORS`. Let me know if it works for you. I added as well device and socket colouring, however it seems to...
I originally followed the [documentation](https://github.com/ranger/ranger/blob/master/doc/colorschemes.md) which was suggesting to define new context tags from the `plugin` folder. However, I put the code from the plugin file to the colorscheme one...
I removed the try/except block inside the class. That also made me think about the necessity of putting some code outside the class itself. Do you think it would be...
I haven't had much time these past few days, just to let you know I have not forgotten it. I'll try to get on to it this week-end!
I (finally) added the code correctly, and called the super for the Colorscheme class (compatible python2). As mentionned in the commit, I also fixed an issue that would make files...
I just want to let you know that I'll go for an extended (~1 year) trip around the world and since I like to travel light I won't have any...
@rpdelaney I'm not able to code anymore at the moment but I could add you to the contributers?
I had the same issue with the error `[coc.nvim]extension "coc-ccls" doesn't contain main file /path/to/home/.config/coc/extensions/node_modules/coc-ccls/lib/extension.js.` So kind of "fixed it" temporarily by doing: ``` cd ~/.config/coc/extensions/node_modules/coc-ccls ln -s node_modules/ws/lib lib...