emacs-lsp / lsp-ui

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

suppress tab-bar for child-frame of lsp-ui-doc #704

Closed buzztaiki closed 2 years ago

buzztaiki commented 2 years ago

This PR will fixes https://github.com/emacs-lsp/lsp-ui/issues/654

buzztaiki commented 2 years ago

tab-bar-lines-keep-state is needed in Emacs28. It might be better to set tab-bar-format to nil with buffer local, as in corfu.

https://github.com/minad/corfu/commit/f3e26eeec42f8bd293ffb698333fa48f8635b4f5

jcs090218 commented 2 years ago

LGTM, thanks!