Open
Description
I would like to be able to toggle lsp-ui-doc popups, but using the lsp-ui-doc-enable
variable I can only seem to control the state on emacs startup. For example, if I start with doc popups enabled but then do (setq lsp-ui-doc-enable nil)
, it takes no effect.
The best I can do is toggle lsp-ui-doc-mode
, but that only takes effect for a given buffer. It would be nice to be able to have global toggles for lsp-ui features that can take effect across all buffers and not just on startup.