Chris Watson
Chris Watson
This PR adds runtime support for [Crystal](https://crystal-lang.org). Closes #132.
Not sure if there's any opposition to adding support for some less common languages like Crystal, but I do a lot of work with Crystal and would like it see...
I don't see anything about it in the examples or the code, so I'm going to guess that slash commands aren't supported currently? Would be a really nice thing to...
Not sure if this is part of the intended purpose of mocks or not, but I'm attempting to mock the `File` class and I get the following error: ``` ......
Seems as though libs can't be mocked the way you can a class or module. I don't know if it's possible given the constraints of the language, but I thought...
Currently when connecting to a remote server via ssh or ftp (using Tramp) it is impossible to use neotree. When I try to ssh in to a remote server and...
Rust syntax highlighting would be nice
There are a lot of pieces to this that are uncovered in the example supplied in the docs. More examples would help to better show off how to use this
I tried installing globally and got the following error: ``` > [email protected] install /usr/lib/node_modules/icon/node_modules/canvas > node-gyp rebuild Package cairo was not found in the pkg-config search path. Perhaps you should...
I'm trying to use multichoose in a place where there could be a lot of options. Right now if there are too many options it seems to overflow out of...