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