mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/treesitter: disable folding by default
This commit is contained in:
parent
ac9a1cbf9c
commit
433d2f213c
1 changed files with 1 additions and 6 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue