mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +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 = {
|
||||
folding = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
example = false;
|
||||
description = "Whether to enable treesitter folding.";
|
||||
};
|
||||
folding = mkEnableOption "tree-sitter based folding";
|
||||
|
||||
gccPackage = helpers.mkPackageOption {
|
||||
name = "gcc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue