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

Selectively cache config #47

Closed
jesseleite opened this issue Mar 24, 2021 · 0 comments
Closed

Selectively cache config #47

jesseleite opened this issue Mar 24, 2021 · 0 comments

Comments

@jesseleite
Copy link
Contributor

It makes sense to cache marks, but I don't think it makes sense to cache the new menu config proposed by #46.

For example, if you add the following:

require('harpoon').setup {
  menu = {
    width = 50,
    height = 8,
    borderchars = {'!', '@', '$', '%', '^', '&', '*', '|'},
  }
}

Then remove that config, it'll keep reading that from harpoon.json. I feel like if you remove cosmetic menu config, it should revert back to uncached defaults.

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