Allow using mypy in coc

This commit is contained in:
Emi Simpson 2023-02-09 14:22:55 -05:00
parent b8eff0ef3c
commit 784cbeac92
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 3 additions and 0 deletions

View File

@ -222,5 +222,8 @@ in
};
coc.enable = true;
coc.settings = {
"diagnostic-languageserver.filetypes" = {
python = "mypy";
};
};
}