mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
treesitter: fix missing semicolon
This commit is contained in:
parent
06fc89fee9
commit
91e3d127ea
1 changed files with 1 additions and 1 deletions
|
@ -89,5 +89,5 @@ in
|
||||||
foldexpr = "nvim_treesitter#foldexpr()";
|
foldexpr = "nvim_treesitter#foldexpr()";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue