10 lines
125 B
Nix
10 lines
125 B
Nix
{
|
|
plugins = {
|
|
lsp.servers.pyright = {
|
|
enable = true;
|
|
};
|
|
|
|
conform-nvim.formattersByFt = ["black"];
|
|
};
|
|
}
|