lsp-treemacs and theme tweaks

This commit is contained in:
David Morgan 2021-08-10 16:02:57 +01:00
parent f184332a90
commit c92b185147
2 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@
lsp-modeline-code-actions-enable nil
lsp-modeline-diagnostics-enable nil
lsp-ui-doc-position 'top
lsp-treemacs-theme "Iconless"
;; user cider for indendation and completion instead
lsp-enable-indentation nil
lsp-completion-enable nil)
@ -25,4 +26,6 @@
(key-chord-define-global "GG" 'lsp-find-definition)
(key-chord-define-global "DD" 'lsp-peek-find-definition))
(use-package lsp-treemacs)
(provide 'init-lsp)

View File

@ -7,10 +7,11 @@
(prelude-require-package 'solarized-theme)
;(load-theme 'solarized-dark t)
(prelude-require-package 'modus-themes)
;(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments)
;(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments))
(setq modus-themes-syntax '(green-strings yellow-comments)
modus-themes-paren-match '(bold intense underline)
modus-themes-diffs '(desaturated)
;modus-themes-diffs '(desaturated)
modus-themes-lang-checkers '(text-also background))
(load-theme 'modus-vivendi t)