From 42023bc87a9b7a04f27caca765f353f1c30b70d4 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Wed, 3 Jun 2026 13:04:28 +0200 Subject: [PATCH] neovim: fix python-lsp-server --- modules/applications/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {