Michał Modzelewski

Results 13 comments of Michał Modzelewski

Hi @chipsenkbeil, thanks for the response. When I was referring to connection alias I meant host details that you can specify in `$HOME/.ssh/config` file [see here for an example](https://www.howtogeek.com/75007/stupid-geek-tricks-use-your-ssh-config-file-to-create-aliases-for-hosts/). Basically...

Hi @chipsenkbeil, I have tried installing distant with the freshly downloaded rust, but both installation and building from source are failing on 'memchr v2.4.1' compilation. I have tried to debug...

Hi @chipsenkbeil > [669d419](https://github.com/chipsenkbeil/distant/commit/669d4196720557e031d61793aebe29eeae254925) may be the fix for this. I have tried with distant 0.15.1 cli on Windows machine (client, the linux host - my_alias - has 0.15.0). The...

Here is the output ``` .\?.dll;C:\Users\mr_majkel\AppData\Local\Programs\Neovim\bin\?.dll;C:\Users\mr_majkel\AppData\Local\Programs\Neovim\bin\loadall.dll ``` I have tried to put the dll to Neovim\bin but still getting the same result.

Hi @chipsenkbeil, here is the output: ``` vim.lua:80: The specified module could not be found.^M error loading module 'distant_lua' from file 'C:\Users\mr_majkel\AppData\Local\Programs\Neovim\bin\distant_lua.dll': ^IThe specified module could not be found.^M vim.lua:80:...

@chipsenkbeil no luck. The error is the same for running `:DistantLaunch` in nvim with distant 0.15.1 and accompanying dll, and the plugin updated. > The main thing you can test...

> Upd: distant module loads on Windows in vanialla lua 5.1 if copy `lua51.dll` to `lua.dll` @khvzak @chipsenkbeil I can confirm that this work-around works for me. Now I just...

Ok, so I have managed to find `require("dap").set_exception_breakpoints()` in the help:). A widget for it might still be nice addition. Feel free to close if you think otherwise. Overall, I...

What I have observed is that deleting lines above the comment is not messing things up. However, if you add one or more lines above the highlighted comment, the highlight...