Typo `diabled` in source may lead to bug?
LinuCC opened this issue · 1 comments
LinuCC commented
Just noticed a typo that left me wondering whether it impacted the functionality.
See in init.lua
:
local function is_enabled()
local conf = compe_config.get()
local diabled = get_paths(conf, {'source', 'tabnine', 'disabled'})
return not disabled
end
I highly suspect its meant to be disabled
instead of diabled
?