Skip to content

Commit 53e85da

Browse files
ForsakenHarmonyMattSturgeon
authored andcommitted
plugins/intellitab: fix treesitter option usage
intellitab was still using the old deprecated option.
1 parent ca01a64 commit 53e85da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/utils/intellitab.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in
2929
}
3030
];
3131
plugins.treesitter = {
32-
indent = true;
32+
settings.indent.enable = true;
3333
};
3434
};
3535
}

0 commit comments

Comments
 (0)