Skip to content

Commit f6dc199

Browse files
authored
feat: add yaml lsp (#142)
1 parent 531fecf commit f6dc199

File tree

1 file changed

+1
-8
lines changed
  • modules/features/nixvim/plugins

1 file changed

+1
-8
lines changed

modules/features/nixvim/plugins/lsp.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,10 @@
2525
enable = true;
2626
installCargo = false;
2727
installRustc = false;
28-
settings = {
29-
# https://github.com/rust-lang/rust-analyzer/issues/19402
30-
initialization_options = {
31-
cachePriming = {
32-
enable = false;
33-
};
34-
};
35-
};
3628
};
3729
templ.enable = true;
3830
terraformls.enable = true;
31+
yamlls.enable = true;
3932
};
4033
};
4134
};

0 commit comments

Comments
 (0)