Skip to content

Commit

Permalink
plugins/intellitab: fix treesitter option usage
Browse files Browse the repository at this point in the history
intellitab was still using the old deprecated option.
  • Loading branch information
ForsakenHarmony authored and MattSturgeon committed Jul 11, 2024
1 parent ca01a64 commit 53e85da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/utils/intellitab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in
}
];
plugins.treesitter = {
indent = true;
settings.indent.enable = true;
};
};
}

0 comments on commit 53e85da

Please sign in to comment.