Mac paste, git blame, grep string fix

This commit is contained in:
2023-12-01 15:28:11 -05:00
parent c842a55175
commit c822930602
3 changed files with 17 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ return {
{
"<leader>8",
function()
require("telescope.bultin").grep_string()
require("telescope.builtin").grep_string()
end,
desc = "Search word under cursor",
},