feat: add backward compatibility for 'configs' module name

Users with existing configs using
will now receive a proper error message with migration guidance
instead of a cryptic module not found error.
This commit is contained in:
MrPro 2026-01-12 10:14:40 +05:30
parent 5a7e5638e7
commit ddaf6ffe96

View file

@ -0,0 +1,3 @@
-- Backward compatibility module
-- TODO: Remove this file in a future version when all users migrate to the new module name
return require('nvim-treesitter.config')