From 06fc89fee9f7c458f99aa2c2351309f39c24cb0d Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 1 Feb 2021 16:27:16 +0000 Subject: [PATCH] treesitter: fix typo --- plugins/languages/treesitter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/languages/treesitter.nix b/plugins/languages/treesitter.nix index b6d7b83a..29a51a4c 100644 --- a/plugins/languages/treesitter.nix +++ b/plugins/languages/treesitter.nix @@ -34,7 +34,7 @@ in }; in mkOption { type = types.nullOr (types.submodule { - enable = mkEnableOption = "Incremental selection based on the named nodes from the grammar"; + enable = mkEnableOption "Incremental selection based on the named nodes from the grammar"; keymaps = { initSelection = keymap "gnn"; nodeIncremental = keymap "grn";