fix: remove unintentional <lt>nop> mapping (#651)

This commit is contained in:
loqusion 2023-04-21 02:21:34 -05:00 committed by GitHub
parent 437156a3ae
commit 14e708a246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ return {
keymaps = {
init_selection = "<C-space>",
node_incremental = "<C-space>",
scope_incremental = "<nop>",
scope_incremental = false,
node_decremental = "<bs>",
},
},