detect-language.nvim
detect-language.nvim copied to clipboard
Parsing timeout
Allow each of the language to timed out for better performance and not keep hanging the process.
Performance workaround: Disable auto-detection by setting
events = {},
in require('detect-language').setup {}
libuv thread is not helping as it cannot access vim module inside a thread.