about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-03 18:07:11 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-03 18:09:10 +0100
commite8ada70080ac8ecf80c134972d8dca5307f0e494 (patch)
tree171e6c3c199669d48395a915326af94b4380ec1e /hosts/home.nix
parentDotfiles: Emacs: C/C++ support (diff)
downloadnixos-config-e8ada70080ac8ecf80c134972d8dca5307f0e494.tar.gz
nixos-config-e8ada70080ac8ecf80c134972d8dca5307f0e494.tar.bz2
nixos-config-e8ada70080ac8ecf80c134972d8dca5307f0e494.zip
Emacs: Use lsp-bridge
Faster than lsp-mode, but not yet in nixpkgs
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 8c24b56..82544fb 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -158,13 +158,13 @@
         doom-modeline
         dashboard
 
-        lsp-ui
         projectile
+        lsp-ui
 
-        lsp-mode
-        company
+        manualPackages.custom.lsp-bridge
         rust-mode
         rustic
+        company
         flycheck
         lsp-haskell