diff --git a/lua/nvim-treesitter/configs.lua b/lua/nvim-treesitter/configs.lua new file mode 100644 index 000000000..864d2d97c --- /dev/null +++ b/lua/nvim-treesitter/configs.lua @@ -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')