aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index e3fbc392..c484aa0f 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -59,6 +59,9 @@
;; LSP base for Rust and Java
(use-package lsp-mode
:ensure t
+ :init
+ ;; Windows Terminal has rendering issues with lenses?
+ (setq lsp-lens-enable nil)
:custom (lsp-rust-features "all"))
(use-package company