Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harpoon2 won't save marks to fs #622

Open
EvanCMcPheron opened this issue Jul 26, 2024 · 1 comment
Open

Harpoon2 won't save marks to fs #622

EvanCMcPheron opened this issue Jul 26, 2024 · 1 comment

Comments

@EvanCMcPheron
Copy link

Harpoon2 seems to refuse to load marks from the fs when I'm using it. The lazy.nvim config I'm using for it is:

  {
    "ThePrimeagen/harpoon",
    branch = "harpoon2",
    keys = {
      '<leader>fh',
      '<leader>hm',
      '<leader>hh',
      '<leader>nn',
      '<leader>nh',
      '<leader>nt',
      '<leader>ns'
    },
    dependencies = { "nvim-lua/plenary.nvim" },
    config = function() require('harpoon'):setup({}) end,
  },

When I look in the data folder for harpoon the only file of interest has this:

{
  "C:\\Program Files\\Neovide": [],
  "C:\\Users\\evani\\AppData\\Local": {
    "__harpoon_files":  []
  },
  "C:\\Users\\evani\\AppData\\Local\\nvim": {
    "__harpoon_files": []
  }
}

Which looks like to me means that harpoon is saving that there is a list for that location, but that it is empty.

I would provide more context but the more I try to look into this the more I have no idea what is going on, and I don't even know what more I could provide besides my nvim config

@maxcnunes
Copy link

It seems to be duplicated of #577. Which can be fixed temporarily by pinning a specific version mentioned in that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants