Update lazyvim to v13

Fix conflicting telescope mapping
This commit is contained in:
2024-11-09 13:10:03 -05:00
parent 11c1e0c560
commit 4fb33dac6a
3 changed files with 80 additions and 76 deletions

View File

@@ -34,7 +34,7 @@ return {
desc = "Search word under cursor",
},
{
"<leader>R", -- remap clashing structural replace key map
"<leader>s1", -- remap clashing structural replace key map
"<cmd>Telescope resume<cr>",
desc = "Telescope resume",
},