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";