diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 9c8245ca..4c36e64b 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -146,8 +146,20 @@ installCargo = true; installRustc = true; }; + pylsp = { + enable = true; + autostart = true; + installLanguageServer = true; + settings = { + plugins = { + black = { + enabled = true; + preview = true; + }; + }; + }; + }; nixd.enable = true; - pylsp.enable = true; html.enable = true; cssls.enable = true; bashls.enable = true;