about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/config.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-01-13T15·09-0500
committerglittershark <grfn@gws.fyi>2021-01-13T16·53+0000
commit733871195ca599dc7aec2e5bc1e2fba0187a7535 (patch)
tree099555fef84ed06a9f10c756c11a28f616f5f530 /users/glittershark/emacs.d/config.el
parentbe9b62c88d789ca0cc89887d52bf80d5b42cb6c4 (diff)
feat(gs/emacs): Configure lsp-mode for rust r/2082
- add <> as evil-surround pairs (this isn't working atm)
- Make lsp-ui-doc frames a reasonable size
- Use clippy as the cargo watch command for rust-analyzer

Change-Id: Ieee2633cbb332af6513af6b7484adeef5bdb3e06
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2356
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/emacs.d/config.el')
-rw-r--r--users/glittershark/emacs.d/config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index 9eaa539148..9cd71fda5a 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -611,7 +611,9 @@
         lsp-ui-doc-header nil
         lsp-ui-doc-position 'top
         lsp-ui-doc-alignment 'window
-        lsp-ui-doc-frame-hook '+grfn/lsp-ui-doc-frame-hook)
+        lsp-ui-doc-frame-hook '+grfn/lsp-ui-doc-frame-hook
+        lsp-ui-doc-max-width 150
+        lsp-ui-doc-max-height 13)
   (setq imenu-auto-rescan t)
   (set-face-background 'lsp-ui-doc-background +solarized-s-base2)
   (set-face-background 'lsp-face-highlight-read +solarized-s-base2)