feat: enable nvim-cmp ghost text

This commit is contained in:
Michael Mandl 2022-04-05 08:08:44 +02:00
parent f76948b699
commit ebcbf8e35b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -148,7 +148,8 @@ return require('packer').startup(function(use)
fallback()
end
end, {"i", "s"})
}
},
experimental = {ghost_text = true}
})
-- `/` cmdline setup.