From 701eec587cf77f8733c2fe2e4f22c96a7b291a32 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 12:08:24 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 621ceff2..6f2d120f 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -33,7 +33,6 @@ pylsp.enable = true; html.enable = true; cssls.enable = true; - dockerls.enable = true; bashls.enable = true; }; };