From e6385677fdff71b19f193e128ef502bf439a8a2e Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 13:18:57 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index b3820539..118db069 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -103,6 +103,9 @@ }; }; + # better quick fix window + nvim-bqf.enable = true; + telescope = { enable = true; extensions.fzf-native.enable = true;