Jan 24 updates

This commit is contained in:
iofq 2024-01-20 03:06:59 -06:00
parent a503ddc9c4
commit a81697463d
11 changed files with 53 additions and 48 deletions

View file

@ -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 = {