Skip to content

Instantly share code, notes, and snippets.

@azumafuji
Created December 22, 2020 16:57
Show Gist options
  • Save azumafuji/41649e4442abb9b2614181041794d351 to your computer and use it in GitHub Desktop.
Save azumafuji/41649e4442abb9b2614181041794d351 to your computer and use it in GitHub Desktop.
(setq lsp-ui-doc-enable t
lsp-ui-doc-use-childframe t
lsp-ui-doc-position 'bottom
lsp-ui-doc-include-signature t
lsp-ui-sideline-enable nil
lsp-ui-flycheck-enable t
lsp-ui-flycheck-list-position 'right
lsp-ui-flycheck-live-reporting t
lsp-ui-peek-enable t
lsp-ui-peek-list-width 60
lsp-ui-peek-peek-height 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment