diff options
| author | christianchiarulli <[email protected]> | 2021-07-26 00:34:40 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-26 00:34:40 -0400 | 
| commit | 9542b7b143587e4773f14b6b62a1988c04bd3697 (patch) | |
| tree | 3b3259a3e717c0ae4dfb3f687eb39787ec1ad73f | |
| parent | 3c9c081c28dd2bd9e69f46dce852dfb3e88842ff (diff) | |
compatible 0.5 treesitter
| -rw-r--r-- | lua/plugins.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 62450b1d..703ee71f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -83,6 +83,8 @@ return {    -- Treesitter    {      "nvim-treesitter/nvim-treesitter", +    branch = "0.5-compat", +    -- run = ":TSUpdate",      config = function()        require("core.treesitter").setup()        if lvim.builtin.treesitter.on_config_done then | 
