Added python lsp to neovim

This commit is contained in:
Julien Malka 2023-02-07 10:49:13 +01:00
parent 2c945916f2
commit cc0f78de9b
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -81,7 +81,7 @@ with lib;
rust-vim
];
extraPackages = with pkgs; [ rust-analyzer rnix-lsp ];
extraPackages = with pkgs; [ rust-analyzer rnix-lsp pyright ];
extraConfig = ''
luafile ${./settings.lua}