repos / dotfiles

my dotfiles

commit
035a172
parent
88d458c
author
Eric bower
date
2025-10-02 10:28:50 -0400 EDT
chore: fix
1 files changed,  +1, -1
M dot_config/nvim/init.lua
+1, -1
1@@ -252,7 +252,7 @@ function cqf(args)
2 		efm = efm,
3 	})
4 
5-  if #fz > 0 then
6+  if #fz > 1 then
7 	  vim.cmd("copen")
8   end
9 end