mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
fix append delay
This commit is contained in:
parent
a81697463d
commit
34c4d4d7eb
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ require("nvim-treesitter.configs").setup {
|
|||
swap = {
|
||||
enable = true,
|
||||
swap_next = {
|
||||
["A]"] = "@parameter.inner",
|
||||
["P]"] = "@parameter.inner",
|
||||
},
|
||||
swap_previous = {
|
||||
["A["] = "@parameter.inner",
|
||||
["P["] = "@parameter.inner",
|
||||
},
|
||||
}, },
|
||||
incremental_selection = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue