diff options
author | Christian Chiarulli <[email protected]> | 2022-09-15 23:33:08 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-15 23:33:08 -0400 |
commit | a4c2dc4d0b638a50c3219f247b09e6238a44ec50 (patch) | |
tree | 250527d4ca3a5644d6d6fbae80d9d5a2abee5b0d /lua/lvim/core/cmp.lua | |
parent | 464ad8b0035cbcaf4864d14da598b77a939026d8 (diff) |
refactor: small improvements (#3021)
Diffstat (limited to 'lua/lvim/core/cmp.lua')
-rw-r--r-- | lua/lvim/core/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua index 408691a6..8e954335 100644 --- a/lua/lvim/core/cmp.lua +++ b/lua/lvim/core/cmp.lua @@ -135,7 +135,7 @@ M.config = function() keyword_length = 1, }, experimental = { - ghost_text = true, + ghost_text = false, native_menu = false, }, formatting = { |