Add nvim-bqf

This commit is contained in:
2024-01-18 14:25:45 -05:00
parent 6ed8ce679e
commit 3e351bb8f0
2 changed files with 10 additions and 0 deletions

8
lua/plugins/bqf.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
"kevinhwang91/nvim-bqf",
dependencies = {
"junegunn/fzf",
"nvim-treesitter/nvim-treesitter",
},
ft = { "qf" },
}