timer of filetype detect to 500

neovim_0.6
ray-x 3 years ago
parent 1ba70b81d5
commit 687f78db5b

@ -515,7 +515,7 @@ local function setup(user_opts)
if ft == nil or ft == "" then
vim.defer_fn(function()
setup(user_opts)
end, 100)
end, 500)
log("nil filetype, callback")
return

Loading…
Cancel
Save