mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
13 lines
176 B
Nix
13 lines
176 B
Nix
{
|
|
# toml
|
|
enable = true;
|
|
lsp = {
|
|
enable = true;
|
|
servers = ["taplo"];
|
|
};
|
|
format = {
|
|
enable = true;
|
|
type = ["taplo"];
|
|
};
|
|
treesitter.enable = true;
|
|
}
|