Fork me on GitHub
#lsp
<
2023-01-15
>
didibus06:01:08

Is it me, or does lsp-mode uses a different font for the eldoc and completion lists?

didibus06:01:32

So I thought that setting (setq lsp-enable-on-type-formatting nil) had fixed it, but now I'm seeing it again:

didibus06:01:52

Ok, it does seem to be a combination of aggressive-indent mode and lsp-mode.

didibus06:01:42

Ok, seems I also needed: (setq lsp-enable-indentation nil)