Jefferson González
Jefferson González
> Mmmh, it's a bit weird that you need multiple clicks to activate an entry. Ideally moving the mouse should highlight the hovered entry, then clicking should activate it. >...
Reported basically same issue on bmewburn/intelephense-docs#67 but it seems this repo is where all activity goes. Adding to it, I use a custom file specification to provide some separation of...
Recently I improved that here https://github.com/pragtical/pragtical/pull/113 if it serves of anything
Some steps/config to reproduce? I installed all plugins you reported on pragtical/plugin-manager#6 but wasn't able to reproduce.
Can't reproduce on Linux, which operating system are you using?
I have implemented this some time ago with support for previewing and approving the changes graphically https://github.com/pragtical/lsp/pull/3
Can be picked by any one for merging.
No plans from my side, but would be a welcome addition if you or some one else develops it.
I think the issue is you are adding settings that are specifically for the lua language server: ```lua lspconfig.gopls.setup { command = { "gopls" }, -- settings = { --...
Could be that your `gopls` is not the direct binary but a bash/shell script that points to it which makes the lsp not properly detect the real process id of...