From 5a03b4260c40a94b7f1bfb663ca687c334bc77df Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 13 Jul 2024 21:07:48 +0200 Subject: [PATCH] feat(nvim): add better-quickfix --- neovim/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neovim/default.nix b/neovim/default.nix index 78f33ed..20796a4 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -21,6 +21,9 @@ # undo-tree undotree + # quickfix + nvim-bqf + # ui dressing-nvim