snacks.nvim/lua
Iordanis Petkakis bebf0bd38e
fix(scope): allow user to disable keys (#1918)
## Description
Currently the user is not able to disable the existing keys in
`keys.textobject`, because if he sets for example `ii = false`, it
throws an error about not being able to index `opts`.
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None, rather a LazyVim discussion
https://github.com/LazyVim/LazyVim/discussions/6118
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-10-19 07:40:07 +02:00
..
snacks fix(scope): allow user to disable keys (#1918) 2025-10-19 07:40:07 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00