nvim: open packer in popup window

This commit is contained in:
tastytea 2022-08-30 06:59:30 +02:00
parent b5f827652c
commit 8e66492de5
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -175,6 +175,9 @@ end,
config = {
git = {
depth = 999999
},
display = {
open_fn = require('packer.util').float
}
} })