Alejandro Sanchez

Results 24 issues of Alejandro Sanchez

### Did you check the docs? - [X] I have read all the neodev.nvim docs ### Is your feature request related to a problem? Please describe. I have a custom...

enhancement

Hello, the `,apropos-doc` and `,apropos-show-docs` cannot find functions defined on the REPL. Here is what I am doing in a fresh Fennel REPL started from the command-line: ``` $ fennel...

bug

#### What's the problem this feature will solve? Hello. I want to be able to build all packages locally from source. To this end I need to download all runtime-...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour Global settings from the client...

Hello, NeoVim team I am a Vim user with a non-English keyboard layout and I wonder if it would be possible to fix things in NeoVim. Is this even possible?...

ux

Closes #738 Tests can be written in Fennel if `fennel` is among the loaders. Currently the traceback is wrong for failures and pending tests, but it is wrong for tests...

enhancement

Hello, I would like to write tests in [Fennel](https://fennel-lang.org/). My understanding is that this would be possible by implementing a Fennel runner. Looking at the source code it seems like...

enhancement

If I have tests written in multiple languages, such as Moonscript and Lua, the `getTrace` of one loader might get applied to a test of another language. I am able...

Continuing the discussion from #349. I am currently writing an adapter for [busted](https://lunarmodules.github.io/busted/) and I want to write tests for it in busted as well. I can run tests in...

Hello, the README says that the project is licensed under the GNU Affero GPL v3+, but that is not enough to properly license the project. You need a `LICENSE` or...