1
0
Fork 0

remove rnix because it doesn‘t build

This commit is contained in:
Malte Brandy 2022-07-29 01:47:34 +02:00
parent 3abdc722e0
commit cae81a84bc
2 changed files with 0 additions and 5 deletions

View file

@ -10,10 +10,6 @@
"diagnostic.virtualTextCurrentLineOnly" = false;
"codeLens.enable" = true;
languageserver = {
nix = {
command = "rnix-lsp";
filetypes = ["nix"];
};
haskell = {
command = "haskell-language-server";
args = ["--lsp" "-d" "-l" "/tmp/LanguageServer.log"];

View file

@ -145,7 +145,6 @@ self: super: {
nodejs
tasksh
magic-wormhole
rnix-lsp
alejandra
rustup
nix-top