mjlbach

Results 165 comments of mjlbach

My main motivation for not wanting to do this right now is I'd rather wait for [anticonceal ](https://github.com/neovim/neovim/pull/9496) to be merged, otherwise we're going to have to hack it with...

I think it's likely we would implement that by allowing the user to override the function that places the decorations, similar to how we do with the diagnostic API (by...

> But I assume you have a different fix in mind, since you closed the PR. To clarify, I did not close the PR. You edited documentation files manually which...

> However, I did not edit any documentation files; when I submitted the PR a commit was automatically added on top which edited documentation to match what I had changed...

> You keep saying 'do this in your config' or 'for your usecase' That's because you keep suggesting fixes/changes to lspconfig that seem extremely overfit to ALS/your particular situation (such...

> It would work if root_dir then searched for existing language servers and returned the root dir of the first one it encounters in this case I'm suggesting the opposite....

I don't personally care if we also change the documentation. I never use these commands, so if we want to change their meaning that is fine by me. IMO `:LspStop`...

Can you actually not open remark on a generic markdown file?

This is probably a duplicate of https://github.com/neovim/nvim-lspconfig/issues/1829

All of the situation around bufname/opening buffers is frankly a bit of a mess apart from LSP, I ran into this issue many times during path sanitization. I don't really...