summaryrefslogtreecommitdiff
path: root/lua/core/compe.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core/compe.lua')
-rw-r--r--lua/core/compe.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/compe.lua b/lua/core/compe.lua
index 9edb2af0..29344d97 100644
--- a/lua/core/compe.lua
+++ b/lua/core/compe.lua
@@ -1,7 +1,7 @@
local M = {}
M.config = function()
lvim.builtin.compe = {
- enabled = true,
+ active = true,
autocomplete = true,
debug = false,
min_length = 1,