Results 60 comments of rebuilt

That file is normally found in ~/.config/nvim/plugin/_compiled.lua. But when using cheovim it gets placed in ~/.local/share/nvim/site/lua/_compiled.lua. But it's location is kind of irrelevant. It's existence at either location breaks glepnir.

Thank you for your help. Will the callback be executed each time neovim is launched or only after a configuration switch? I should also mention I tried out [this config](https://github.com/lvim-tech/lvim)...

I use Emmet for any html work. I haven't had problems with it

What's the output of `:set filetype?`

Uppercase `H` and `L` are very basic movement keys. Overriding these seems like a mistake. Even though this pr deletes the `H` and `L` bindings, LunarVim still provides whichkey bindings...

I don't know anything about powershell so take my advice with a grain of salt. It look like the error message is saying powershell doesn't know what the double question...

I'm experiencing the same thing. I'm not sure how to fix the problem with `lvim.lsp.manager`. So instead, I'm bypassing the lunarvim lsp manager and just setting up solargraph directly with...

For the moment, turn off your null-ls formatters. Solargraph provides formatting, and if you're using rubocop, solargraph should automatically pick that up. Comment out any place you've defined null-ls formatting...