From 2a70fc3fb50886397e17817e2a18d36e4e47752e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 18 Feb 2024 11:53:43 +0100 Subject: Dotfiles: Emacs: Download lsp-bridge from straight --- dotfiles/.emacs | 6 ++++-- 1 file 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 -- cgit 1.4.1