1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-29 13:41:04 +01:00

treesitter: fix missing semicolon

This commit is contained in:
Pedro Alves 2021-02-01 16:28:06 +00:00
parent 06fc89fee9
commit 91e3d127ea

View file

@ -89,5 +89,5 @@ in
foldexpr = "nvim_treesitter#foldexpr()"; foldexpr = "nvim_treesitter#foldexpr()";
}; };
}; };
} };
} }