plugins/treesitter: disable folding by default

This commit is contained in:
Sandro 2024-07-14 21:31:53 +02:00 committed by Sandro Jäckel
parent ac9a1cbf9c
commit 433d2f213c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -203,12 +203,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
}; };
extraOptions = { extraOptions = {
folding = mkOption { folding = mkEnableOption "tree-sitter based folding";
type = types.bool;
default = true;
example = false;
description = "Whether to enable treesitter folding.";
};
gccPackage = helpers.mkPackageOption { gccPackage = helpers.mkPackageOption {
name = "gcc"; name = "gcc";