We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1b932 commit 0d41017Copy full SHA for 0d41017
home-manager/common/nixvim/lsp.nix
@@ -54,6 +54,7 @@
54
markdown = [ "prettier" ];
55
nix = [ "nixfmt" ];
56
python = [ "ruff_format" ];
57
+ rust = [ "rustfmt" ];
58
toml = [ "taplo" ];
59
typescript = [ "prettier" ];
60
typescriptreact = [ "prettier" ];
0 commit comments