new session handling

This commit is contained in:
2024-12-27 13:40:41 +01:00
parent f499e5c6ec
commit d27336e6df
4 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ telescope.setup({
telescope.load_extension("fzf")
telescope.load_extension("project")
telescope.load_extension('harpoon')
telescope.load_extension("harpoon")
telescope.load_extension("persisted")
require('file_history').setup {
-- This is the location where it will create your file history repository
backup_dir = "~/.file-history-git",