From de0491df1d33ed955363327dd80e51b5ca801868 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 14:11:19 +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 ab6d9018..5f90bb0c 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -28,7 +28,7 @@ telescope = { enable = true; - estensions = { + extensions = { ui-select.enable = true; frecency.enable = true; };