Felix Clark

Results 7 comments of Felix Clark

@gagbo 's suggestion bring's up another point. It's feasible that someone might find pylint too strict and opt to use flake8 instead. Perhaps a warning might only be a good...

As far as I can tell, this affects `InverseH` as well (i.e. the non-moving version).

In `:MasonLog` I do see some lines like the following: ``` [ERROR Fri 14 Oct 2022 11:02:26 AM EDT] ...er/opt/mason-lspconfig.nvim/lua/mason-lspconfig/init.lua:19: Failed to set up lspconfig integration. ...on-lspconfig.nvim/lua/mason-lspconfig/lspconfig_hook.lua:51: module 'lspconfig.util' not...

Ok, I figured out the cause of my problem. The mason-lspconfig readme instructs to set up mason-lspconfig before nvim-lspconfig. However, mason-lspconfig's setup() function indirectly requires "lspconfig.util", meaning that nvim-lspconfig must...

I'm not sure I've actually completely solved the issue, because some additional plugins installed with `PylspInstall` cause the python LSP client to crash. For instance, `flake8` cannot be found despite...

> I believe this might've been fixed since? I'm not sure this is what you mean by "fixed" but it appears that `require("mason-lspconfig").setup{}` does still need `require("lspconfig")` to be called...

I experience similar behavior with firefox 119 on ubuntu. Besides the spinning wheel when opening the extension, there also don't seem to be right-click options to e.g. send a tab...