treesitter: fix typo

This commit is contained in:
Pedro Alves 2021-02-01 16:27:16 +00:00
parent 8f04605110
commit 06fc89fee9

View file

@ -34,7 +34,7 @@ in
}; };
in mkOption { in mkOption {
type = types.nullOr (types.submodule { 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 = { keymaps = {
initSelection = keymap "gnn"; initSelection = keymap "gnn";
nodeIncremental = keymap "grn"; nodeIncremental = keymap "grn";