plugins/treesitter: support unsetting keymaps

This commit is contained in:
Austin Horstman 2024-07-24 19:55:49 -05:00
parent c12e59ff7c
commit 91130385ed
No known key found for this signature in database
2 changed files with 20 additions and 2 deletions

View file

@ -120,4 +120,18 @@
];
};
};
disable-init-selection = {
plugins.treesitter = {
enable = true;
settings = {
incremental_selection = {
enable = true;
keymaps.init_selection = false;
};
};
};
};
}