feat: enable nvim-cmp ghost text
This commit is contained in:
parent
f76948b699
commit
ebcbf8e35b
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ return require('packer').startup(function(use)
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end, {"i", "s"})
|
end, {"i", "s"})
|
||||||
}
|
},
|
||||||
|
experimental = {ghost_text = true}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- `/` cmdline setup.
|
-- `/` cmdline setup.
|
||||||
|
|
Loading…
Reference in a new issue