mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: playing around with mpd and rmpc
This commit is contained in:
parent
c359f738ab
commit
8a06bb05fe
7 changed files with 491 additions and 33 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue