Skip to content

Commit

Permalink
support insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbilu committed Jul 22, 2024
1 parent 0f11574 commit 835334b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tabnine/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function M.set_config(o)
exclude_filetypes = { "TelescopePrompt", "NvimTree" },
log_file_path = nil,
tabnine_enterprise_host = nil,
ignore_certificate_errors = false,
}, o or {})
end

Expand Down

0 comments on commit 835334b

Please sign in to comment.