add surround and toggle nodes to nvim

This commit is contained in:
Alexander Navarro 2023-10-26 16:05:50 -03:00
parent d9e2c81e42
commit 02d6a5d5a0
5 changed files with 33 additions and 29 deletions

View file

@ -29,7 +29,6 @@ return {
map("n", "p", gs.preview_hunk, "Preview Hunk")
map("n", "l", function() gs.blame_line() end, "Blame Line")
map("n", "d", gs.diffthis, "Diff This")
map("n", "D", function() gs.diffthis("~") end, "Diff This ~")
end,
},
},