kylo252
kylo252
related to - https://github.com/LunarVim/LunarVim/pull/2089 another relevant discussion from the other side - https://github.com/LunarVim/LunarVim/issues/2514
@rebuilt, I can't re-produce this on _rolling_ 1. open some ruby file ```sh EDITOR=lvim brew edit tree-sitter ``` 2. make some changes and press `lf`
@rebuilt, it seems to be an issue with `rubocop` itself, here's how I figured that out ```console ❯ gem install rubocop ❯ rubocop -V 1.32.0 (using Parser 3.1.2.0, rubocop-ast 1.19.1,...
Did you try using `rubocop` from within `solargraph` as I suggested? @rebuilt, @HungLe14: here's a simple test to verify that `rubocop` actually works without null-ls https://user-images.githubusercontent.com/59826753/182131278-1f669331-268a-4ddb-a022-8705bf26d3b3.mp4
no, you need to remove rubocop completely, just let `solargraph` configure it automatically for you.
There are a few misconceptions here - `LspRestart` doesn't affect null-ls - for the most part `lsp.log` wouldn't contain that much info from null-ls, instead use `NullLsLog` you can access...
> @kylo252 Our setup for cmp and autopairs no longer matches the README for those plugins. `cmp` now provides a snippets table in the setup options. Maybe that's the best...
is this still an issue? please try downloading the script first instead of piping it into bash
> Sadly, I have not debugged this in depth, but could it be that I have a partial install that is broken somehow? you should run https://github.com/LunarVim/LunarVim/blob/rolling/utils/installer/uninstall.sh or clean the...
one way to do it is to check if the window is on the inside or the outside, see https://github.com/aserowy/tmux.nvim/blob/3b6a1ee21131513695ff2b4bc22f74e68a52cea4/lua/tmux/resize.lua#L31-L40