fix : packer blank window on PackerSync

navigator
siduck76 3 years ago
parent 1c9b5b46e4
commit 9a2430132f

@ -129,10 +129,6 @@ return packer.startup(function()
opt = true,
setup = function()
require("core.utils").packer_lazy_load "nvim-lspconfig"
-- reload the current file so lsp actually starts for it
vim.defer_fn(function()
vim.cmd "silent! e %"
end, 0)
end,
config = override_req("lspconfig", "plugins.configs.lspconfig"),
}

Loading…
Cancel
Save