diff options
author | Abouzar Parvan <[email protected]> | 2021-10-08 22:24:55 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-08 22:24:55 +0330 |
commit | 85e7b7804a2c9d6847ff978c82bb3a3ac16d757f (patch) | |
tree | 3034a4c48a77fc5d6ca9140ec57454775e1cb10b | |
parent | a814ea2e14792f542092f7428e7c5446b0908b03 (diff) |
fix: don't use the cmp floating window (#1715)
-rw-r--r-- | lua/core/cmp.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/core/cmp.lua b/lua/core/cmp.lua index 965285c7..b058bd6a 100644 --- a/lua/core/cmp.lua +++ b/lua/core/cmp.lua @@ -34,6 +34,10 @@ M.config = function() behavior = cmp.ConfirmBehavior.Replace, select = true, }, + experimental = { + ghost_text = false, + native_menu = true, + }, formatting = { kind_icons = { Class = "ï – ", |