summaryrefslogtreecommitdiff
path: root/lua/lvim/core/cmp.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-29 19:33:00 +0200
committerkylo252 <[email protected]>2021-10-30 14:39:00 +0200
commit377cab434c79aa537820ba21bbcc44261304ed09 (patch)
tree4361d6101ec999ba74ae1cc1c8d00aa9366d3752 /lua/lvim/core/cmp.lua
parentffd1d5e16522f7c03603c183eec237d529dbe1e3 (diff)
feat: update now syncs the core plugins (#1865)
Diffstat (limited to 'lua/lvim/core/cmp.lua')
-rw-r--r--lua/lvim/core/cmp.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua
index 57fb70c4..68c695cb 100644
--- a/lua/lvim/core/cmp.lua
+++ b/lua/lvim/core/cmp.lua
@@ -161,8 +161,6 @@ M.config = function()
select = false,
},
completion = {
- ---@usage vim's `completeopt` setting. Warning: Be careful when changing this value.
- completeopt = "menu,menuone,noinsert",
---@usage The minimum length of a word to complete on.
keyword_length = 1,
},