diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index eba3d27..bc4c73b 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -20,6 +20,7 @@ servers = { # python ruff.enable = true; + pyright.enable = true; # lua (nvim config) lua-ls.enable = true;