|
@@ -8,9 +8,14 @@ let
|
|
};
|
|
};
|
|
|
|
|
|
"nvim-treesitter/nvim-treesitter" = {
|
|
"nvim-treesitter/nvim-treesitter" = {
|
|
- # these extra rules causes nvim to crash when looking at a deeply nested
|
|
|
|
- # JSX expression
|
|
|
|
- patches = [ ./treesitter-jsx.patch ];
|
|
|
|
|
|
+ patches = [
|
|
|
|
+ # these extra rules causes nvim to crash when looking at a deeply nested
|
|
|
|
+ # JSX expression
|
|
|
|
+ ./treesitter-jsx.patch
|
|
|
|
+
|
|
|
|
+ # try to fix indentation in JS
|
|
|
|
+ ./treesitter-ecma.patch
|
|
|
|
+ ];
|
|
};
|
|
};
|
|
|
|
|
|
"mistweaverco/kulala.nvim" = {
|
|
"mistweaverco/kulala.nvim" = {
|