home/nvim: add nvim-bqf

This commit is contained in:
Gabriel Fontes
2022-10-28 02:03:26 -03:00
parent cdb1c76b7f
commit fb65dbf4e9
+7
View File
@@ -266,6 +266,13 @@ in
vim-illuminate
vim-numbertoggle
# vim-markology
{
plugin = nvim-bqf;
type = "lua";
config = /* lua * */ ''
require('bqf').setup{}
'';
}
{
plugin = nvim-femaco;
type = "lua";