Dmytro Soltys

Results 28 comments of Dmytro Soltys

That would only allow you to close the window. Shade would still intercept mouse interactions, for example.

[Solargraph](https://github.com/castwide/solargraph) (Ruby LSP) works. Server itself can take a few seconds to start sending messages, especially on larger projects.

> this plugin does not work with `elixirls` at the moment. I'd be willing give the fix a try, but I am completely new to all of it It doesn't...

Wezterm (likely a more useful comparison, being a rust terminal) offers [font_rules](https://wezfurlong.org/wezterm/config/lua/config/font_rules.html) declarations to choose fonts based on text attributes. Although its basic [font](https://wezfurlong.org/wezterm/config/lua/wezterm/font.html) and [font_with_fallback](https://wezfurlong.org/wezterm/config/lua/wezterm/font_with_fallback.html) tend to choose matching...

Can an interface be provided to run commands with LspInstaller env? Not even in the background, a `:terminal` window will be most useful. Right now I'm seeing a similar issue,...

### My use case Solargraph - likely depending on configuration, I hadn't dug too deep here - needs to load at least a portion of application gems in order to...

The simplest approach would be to simply use the system's way of working with gems, and let the user deal with it. [coc-solargraph](https://github.com/neoclide/coc-solargraph) does exactly that and simplicity never bothered...

Fresh rails project is sufficient for reproduction ```shell gem install rails rails new lsp-install-ruby-187 cd repro nvim config/application.rb ``` This is my lsp-installer config ```lua vim.lsp.set_log_level("debug") local lsp_installer = require("nvim-lsp-installer")...

Solargraph is not guaranteed to be checked into a Gemfile. It's designed not to require it. Granted, it's not a bad idea to have `try_bundle` option to try running it...

Either I don't understand what you mean, or this is not related to node-coveralls, git our even tests in general. It sounds like you have somehow engineered faulty setup yourself....