when using emacs in terminal mode, I had some nasty visual problem while running lsp-mode with lsp-ui enabled. I understand that lsp-ui needs to be running in a window-system, so I'd like to suggest that a robust init.el setup might look something like:
(when (window-system)
(use-package lsp-mode ...
... and that this would improve the documentation.
Hi,
when using emacs in terminal mode, I had some nasty visual problem while running lsp-mode with lsp-ui enabled. I understand that lsp-ui needs to be running in a window-system, so I'd like to suggest that a robust init.el setup might look something like:
... and that this would improve the documentation.
thanks for the great work. Stephen.