diff options
author | Chris <[email protected]> | 2021-03-27 01:59:28 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-27 01:59:28 -0400 |
commit | 127ff7231a63a75887647c11485338b354617c0b (patch) | |
tree | 81dc75a1dc28534699660af67d5c55bf2cd3bbd4 /lua/nv-compe/init.lua | |
parent | 56f8d4ccbd2380838207df60cf36e60710235e77 (diff) |
rough user config, not finished
Diffstat (limited to 'lua/nv-compe/init.lua')
-rw-r--r-- | lua/nv-compe/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua index 5c143e40..67e86be8 100644 --- a/lua/nv-compe/init.lua +++ b/lua/nv-compe/init.lua @@ -1,7 +1,7 @@ vim.o.completeopt = "menuone,noselect" require'compe'.setup { - enabled = AUTO_COMPLETE, + enabled = O.auto_complete, autocomplete = true, debug = false, min_length = 1, |