Add nvim-pqf

This commit is contained in:
2023-12-01 15:26:03 -05:00
parent 086ba55d2c
commit 47296cc673
2 changed files with 7 additions and 0 deletions

6
lua/plugins/pqf.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"yorickpeterse/nvim-pqf",
config = function()
require("pqf").setup()
end,
}