Open SirWrexes opened 1 year ago
Well, turns out I ended up rewriting my config from scratch and I now use LSPConfig/Mason for my language servers with Cmp for completion. I personally don't need this feature anymore, but some might, so I will let maintainer(s) decide if this issue should be closed or not.
TypeScript is my main language and I use it daily, and I also do a LOT of type wizardry so this plugin is a godsend. However, I use CoC with the
coc-tsserver
extension to set up my LSP. As a result, callingrequire('lspconfig')
yields an error, since the module is not present on my installation and therefore not requireable. Would it be possible to attach it to CoC'stsserver
plugin? There might even be a way to do this without changing the code of the plugin, but I am not aware of it. :thinking: