From ed145bf57d968cbd5efb70588113433c4670b2dc Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Sun, 21 Jul 2024 01:25:55 +0900 Subject: [PATCH] Enable language server protocol for autocompletion --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 2b2608b..d6584af 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -103,6 +103,8 @@ brightnessctl python312 python312Packages.pip + python312Packages.python-lsp-server + nil ]; programs.light.enable = true;