format with nixfmt

This commit is contained in:
megit 2024-08-07 09:08:11 +08:00
parent 89382ce25e
commit 9c77d8a217
22 changed files with 847 additions and 826 deletions

View file

@ -1,16 +1,16 @@
{
lsp = {
enable = true;
servers = {
tsserver.enable = true;
lsp = {
enable = true;
servers = {
tsserver.enable = true;
lua-ls.enable = true;
lua-ls.enable = true;
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
};
};
};
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
};
};
};
}