feat: playing around with mpd and rmpc

This commit is contained in:
Nick 2025-11-25 00:14:51 -06:00
parent c359f738ab
commit 8a06bb05fe
7 changed files with 491 additions and 33 deletions

View file

@ -64,6 +64,25 @@
auto-format = true;
name = "rust";
}
{
name = "ron";
scope = "source.ron";
file-types = [ "ron" ];
comment-token = "//";
language-servers = [ "rust-analyzer" ];
auto-format = true;
formatter = {
command = "rustfmt";
args = [
"--edition"
"2021"
];
};
indent = {
tab-width = 4;
unit = " ";
};
}
{
file-types = [ "txt" ];
language-servers = [ "vale" ];