From 6030ac06f24fda6d4a9e032fe1a334f5e43ca3f5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 12:41:01 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index af20e971..a7700346 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -94,7 +94,7 @@ # git plugin for vim git-worktree = { enable = true; - enableTelescopr = true; + enableTelescope = true; }; telescope = {