Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
disable unused language servers
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Aug 9, 2022
1 parent fe1060a commit f24ea12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@
lspSignature.enable = true;
rust.enable = true;
nix = true;
python = true;
clang = true;
python = false;
clang = false;
sql = true;
ts = true;
go = true;
ts = false;
go = false;
java = true;
kotlin = true;
};
Expand Down

0 comments on commit f24ea12

Please sign in to comment.