mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-19 08:49:00 +02:00
compatible 0.5 treesitter
This commit is contained in:
parent
3c9c081c28
commit
9542b7b143
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue