Browse Source

lsp experiments

master
Marc 3 years ago
parent
commit
6cd6ad209e
1 changed files with 3 additions and 1 deletions
  1. 4
      init.org

4
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*

Loading…
Cancel
Save