mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{
|
|
# just
|
|
enable = true;
|
|
lsp = {
|
|
enable = true;
|
|
servers = ["just-lsp"];
|
|
};
|
|
treesitter.enable = true;
|
|
}
|