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