diff --git a/core/cubes/autocompletion.el b/core/cubes/autocompletion.el index 6c6c275..c9421b1 100644 --- a/core/cubes/autocompletion.el +++ b/core/cubes/autocompletion.el @@ -54,9 +54,14 @@ ;; TODO: Create a flag for lsp-ui or move it ;; to a new cube (fpkg/use lsp-ui + :init + (progn + (setq lsp-ui-doc-enable t + lsp-ui-doc-show-with-cursor t)) :config (add-hook 'lsp-mode-hook 'lsp-ui-mode))) + (defcube fg42/cmake-cube "Cmake cube" (:title "CMake cube"