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

6
lua/plugins/gitsigns.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"lewis6991/gitsigns.nvim",
opts = {
current_line_blame = true,
},
}

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",
},