mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treesitter: fix typo
This commit is contained in:
parent
8f04605110
commit
06fc89fee9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue