emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 141 forks source link

suggest document filter if not window-system #463

Closed esjmb closed 4 years ago

esjmb commented 4 years ago

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:

(when (window-system)
      (use-package lsp-mode ...

... and that this would improve the documentation.

thanks for the great work. Stephen.

esjmb commented 4 years ago

my bad - apologies, I had misdiagnosed a problem.