Horacio Sanson

Results 110 comments of Horacio Sanson

Sorry, I do not do CPP nor use Clang tools. From what I see in ALE it seems that installing the clangd binary and ensure is on your PATH should...

Makes sense since clangd is a LSP and ALE requires a root directory in order to start LSPs. From the source it seems that ALE looks for either compile_commands.json or...

For ALE to suggest a fixer for a particular file type it must be registered in the default [registry](https://github.com/dense-analysis/ale/blob/master/autoload/ale/fix/registry.vim). If not registered here then it must be explicitly set via...

Seems ALE is unable to find the pylsp executable: ``` (executable check - failure) pylsp ``` Make sure it is available in your PATH or if you use pipenv or...

After more testing just calling *:tag killed* three times in sequence crashes alot. This happens on any search I have and using any tag. Most likely some version issues with...

After more investigation by setting debug messages all over the place I found the crash happens in this line: [alot/ui.py#L655](https://github.com/pazz/alot/blob/master/alot/ui.py#L655). After setting a tag in a search buffer that causes...

I think this gem should only provide mechanisms to automatically detect the availability of the external tools it uses and enable/disable the generation of the different diagram types based on...

Is there any reason why these two tools, ditaa and plantuml, have to be called directly from Java? Ditaa has a command line tool and can be invoked the same...

Try using [ALE](https://github.com/dense-analysis/ale) and [vim-android](https://github.com/hsanson/vim-android). Disclaimer: I maintain vim-android (when I have time) and help with ale.

Using [vim-topo](https://github.com/jeanCarloMachado/vim-toop) plugin this is easy to accomplish. See this [comment](https://github.com/epeli/slimux/issues/66#issuecomment-426105882) for more details.