From 74bdb1aa4976693c486ffbd5694f823c0e4b77ec Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 00:43:02 -0700 Subject: [PATCH] chore: remove bundled LSPs --- config/plugins/lsps.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/plugins/lsps.nix b/config/plugins/lsps.nix index ed3925c..5aa042f 100644 --- a/config/plugins/lsps.nix +++ b/config/plugins/lsps.nix @@ -1,11 +1,6 @@ # LSP setup { pkgs, inputs, ... }: { - extraPackages = with pkgs; [ - rust-analyzer - lua-language-server - ]; - plugins = { lsp = { enable = true;