diff --git a/modules/applications/neovim.nix b/modules/applications/neovim.nix index 8c3858a..c405449 100644 --- a/modules/applications/neovim.nix +++ b/modules/applications/neovim.nix @@ -318,7 +318,7 @@ _: { }) vim.lsp.config("pylsp", { cmd = { "pylsp" }, - filetypes = { "python" }, + filetypes = { "python", "py" }, on_attach = on_attach, settings = { pylsp = {