1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00

plugins/intellitab: fix treesitter option usage

intellitab was still using the old deprecated option.
This commit is contained in:
hrmny 2024-07-11 17:31:49 +02:00 committed by Matt Sturgeon
parent ca01a644ef
commit 53e85da240
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -29,7 +29,7 @@ in
}
];
plugins.treesitter = {
indent = true;
settings.indent.enable = true;
};
};
}