Set autostart to false until bug fixed

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-06-22 20:32:04 +02:00
parent a011b72fb0
commit d3e917a38b

View File

@@ -4,7 +4,7 @@ if not setup then
end end
nvimcord.setup { nvimcord.setup {
autostart = true, autostart = false,
client_id = '954365489214291979', client_id = '954365489214291979',
large_file_icon = true, large_file_icon = true,
log_level = vim.log.levels.DEBUG, log_level = vim.log.levels.DEBUG,