mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
13 lines
183 B
Nix
Executable file
13 lines
183 B
Nix
Executable file
{
|
|
# python
|
|
enable = true;
|
|
format = {
|
|
enable = true;
|
|
type = [ "ruff" ];
|
|
};
|
|
lsp = {
|
|
enable = true;
|
|
servers = [ "pyright" ];
|
|
};
|
|
treesitter.enable = true;
|
|
}
|