Allow using mypy in coc
This commit is contained in:
parent
b8eff0ef3c
commit
784cbeac92
|
@ -222,5 +222,8 @@ in
|
|||
};
|
||||
coc.enable = true;
|
||||
coc.settings = {
|
||||
"diagnostic-languageserver.filetypes" = {
|
||||
python = "mypy";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue