Chante nvim plugins loading options to improve startup time

This commit is contained in:
Alexander Navarro 2024-03-22 21:12:38 -03:00
parent 7b46aae1a1
commit cc3b1be7a6
10 changed files with 11 additions and 13 deletions

View file

@ -2,14 +2,7 @@ return {
{
"kevinhwang91/nvim-bqf",
event = "VeryLazy",
dependencies = {
{
"junegunn/fzf",
build = function()
vim.fn["fzf#install"]()
end,
},
},
dependencies = {},
config = function()
local fn = vim.fn