diff --git a/configs/programs/neovim.nix b/configs/programs/neovim.nix index 58e1079..1815432 100644 --- a/configs/programs/neovim.nix +++ b/configs/programs/neovim.nix @@ -222,5 +222,8 @@ in }; coc.enable = true; coc.settings = { + "diagnostic-languageserver.filetypes" = { + python = "mypy"; + }; }; } \ No newline at end of file