From d2293714217f1746a54d3facb48e3f00fa4fb54b Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 26 Feb 2025 08:08:40 +0100 Subject: [PATCH] feat(nvim): add pyright language server --- neovim/default.nix | 2 ++ neovim/lspconfig.lua | 1 + 2 files changed, 3 insertions(+) diff --git a/neovim/default.nix b/neovim/default.nix index 1b7f2a5..c06ccb7 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -122,6 +122,8 @@ nixd nixpkgs-fmt bitbake-language-server + pyright + (python3.withPackages (ps: with ps; [ pep8 autopep8 diff --git a/neovim/lspconfig.lua b/neovim/lspconfig.lua index ea85b43..51d1fe1 100644 --- a/neovim/lspconfig.lua +++ b/neovim/lspconfig.lua @@ -113,6 +113,7 @@ local servers = { } } }, + ["pyright"] = {}, ["texlab"] = {}, ["yamlls"] = { yaml = {