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 {
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue