From 6cd6ad209ea5466a438d1f75e4295e6864074a24 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 18 Apr 2021 15:34:15 +0200 Subject: [PATCH] lsp experiments --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index fee876d..57996ca 100644 --- a/init.org +++ b/init.org @@ -26,6 +26,7 @@ - beancount configuration from config.org - CONTINUE TODO from config.org at Programming - all-the-icons? +- lispy? [[https://github.com/abo-abo/lispy]] * Header :PROPERTIES: @@ -905,6 +906,7 @@ TODO Unterverzeichnisse wurden noch nicht getestet :custom (lsp-auto-guess-root nil) (lsp-prefer-flymake nil) ; use flycheck instead + (lsp-prefer-capf t) (lsp-file-watch-threshold 5000) (lsb-print-performance t) (lsp-log-io nil) ; enable log only for debug @@ -937,7 +939,7 @@ TODO Unterverzeichnisse wurden noch nicht getestet lsp-ui-doc-include-signature t lsp-ui-doc-position 'top lsp-ui-doc-border (face-foreground 'default) - lsp-ui-sideline-enable nil + lsp-ui-sideline-enable t lsp-ui-sideline-ignore-duplicate t lsp-ui-sideline-show-code-actions nil) (when *sys/gui*