浏览代码

[emacs] Update lsp chrome and fix bug

Colin Powell 4 年之前
父节点
当前提交
e23d035a81
共有 1 个文件被更改,包括 11 次插入6 次删除
  1. 11 6
      emacs/.config/doom/config.org

+ 11 - 6
emacs/.config/doom/config.org

@@ -398,9 +398,16 @@ Handful of fun aliases to make working in Eshell almost like a /real/ shell :smi
 LSP doesn't like big projects and I can't blame it. This forces it to index huge
 projects without warning us everytime.
 #+begin_src emacs-lisp
-(after! lsp
-  (setq lsp-file-watch-threshold nil))
-#+end_src
+  (setq lsp-lens-enable 1
+        lsp-ui-sideline-enable 1
+        lsp-enable-links 1
+        lsp-headerline-breadcrumb-enable 1
+        lsp-modeline-code-actions-enable 1
+        lsp-modeline-diagnostics-enable 1
+        lsp-completion-show-detail 1
+        lsp-file-watch-threshold nil
+   )
+#+END_SRC
 * Mastodon
 There's gotta be a way to get the token out of password-store for this.
 #+BEGIN_SRC emacs-lisp
@@ -427,7 +434,7 @@ There's gotta be a way to get the token out of password-store for this.
       :token (auth-source-pick-first-password
       :host "15five.slack.com"
       :user "colin.powell@15five.com")
-      :subscribed-channels '(squad-admin water-cooler))
+      :subscribed-channels '(squad-partnerships water-cooler))
 (slack-register-team
       :name "RAB"
       :token (auth-source-pick-first-password
@@ -519,9 +526,7 @@ Here we are trying to auto-translate Word and PDF files to be viewed in Emacs.
   ; Show gravatars in magit
   (setq magit-revision-show-gravatars '("^Author:     " . "^Commit:     "))
 
-; (setq lsp-enable-links nil)
 #+END_SRC
-
 * Openwith
 #+BEGIN_SRC emacs-lisp
 (when (require 'openwith nil 'noerror)