feat(nvim/python): add language config

This commit is contained in:
Michael Thomas 2024-09-11 13:49:55 -04:00
parent 06c3702067
commit f356dd720d

View File

@ -0,0 +1,9 @@
{
plugins = {
lsp.servers.pyright = {
enable = true;
};
conform-nvim.formattersByFt = ["black"];
};
}