diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-03 18:07:11 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-03 18:09:10 +0100 |
commit | e8ada70080ac8ecf80c134972d8dca5307f0e494 (patch) | |
tree | 171e6c3c199669d48395a915326af94b4380ec1e /hosts/home.nix | |
parent | Dotfiles: Emacs: C/C++ support (diff) | |
download | nixos-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.nix | 6 |
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 |