add gitsigns in blace of gitgutter and git-blame

This commit is contained in:
2024-11-19 10:10:00 +02:00
parent c49b758e86
commit 6871470b6c
5 changed files with 31 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ return {
table.insert(file_paths, item.value)
end
require("telescope.pickers").new({}, {
require('telescope.pickers').new({}, {
prompt_title = "Harpoon",
finder = require("telescope.finders").new_table({
results = file_paths,