10 lines
125 B
Nix

{
plugins = {
lsp.servers.pyright = {
enable = true;
};
conform-nvim.formattersByFt = ["black"];
};
}