diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index e6444f6..a5b1874 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -148,7 +148,8 @@ return require('packer').startup(function(use) fallback() end end, {"i", "s"}) - } + }, + experimental = {ghost_text = true} }) -- `/` cmdline setup.