diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-18 11:53:43 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-18 11:53:43 +0100 |
commit | 2a70fc3fb50886397e17817e2a18d36e4e47752e (patch) | |
tree | 7917ca3e005f319808483713e54ce967147b403d /dotfiles/.emacs | |
parent | Dotfiles: Sway: Launch waybar the official way (diff) | |
download | nixos-config-2a70fc3fb50886397e17817e2a18d36e4e47752e.tar.gz nixos-config-2a70fc3fb50886397e17817e2a18d36e4e47752e.tar.bz2 nixos-config-2a70fc3fb50886397e17817e2a18d36e4e47752e.zip |
Dotfiles: Emacs: Download lsp-bridge from straight
Diffstat (limited to 'dotfiles/.emacs')
-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 |