diff options
-rw-r--r-- | dotfiles/.emacs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs index 47a1577..097b3a3 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -120,9 +120,11 @@ :ensure t) (yas-global-mode 1) -;; TODO: Install with straight tho (use-package lsp-bridge - :ensure t + :straight '(lsp-bridge :type git :host github :repo "manateelazycat/lsp-bridge" + :files (:defaults "*.el" "*.py" "acm" "core" "langserver" "multiserver" "resources") + :build (:not compile)) + :ensure t :hook (prog-mode . lsp-deferred) :commands (lsp lsp-deferred) :config |