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

fix: use correct cache path #2593

Merged
merged 1 commit into from May 10, 2022
Merged

Conversation

younger-1
Copy link
Contributor

Description

I notice that each time use lvim, the following cache files appear in nvim config dir.

?? lsp.log
?? luacache_chunks
?? luacache_modpaths
?? lvim.shada
?? project_nvim/

after made the change in this commit, lvim stopped generated these cache files in my nvim config dir

@abzcoding abzcoding requested a review from kylo252 May 10, 2022 14:36
@kylo252 kylo252 merged commit 47e2674 into LunarVim:rolling May 10, 2022
jameswalmsley pushed a commit to jameswalmsley/LunarVim that referenced this pull request May 13, 2022
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request May 28, 2022
* upstream/master: (31 commits)
  chore: update changelog
  refactor: remove redundant ftdetects (LunarVim#2651)
  chore: bump plugins version (LunarVim#2607)
  refactor: load the default options once (LunarVim#2592)
  chore(docs): trim trailing white space
  fix: load notify's telescope extension properly (LunarVim#2586)
  chore: update templates (LunarVim#2610)
  chore: bump plugins version (LunarVim#2582)
  fix(autocmds): disable commentstring_calc on cursor-hold (LunarVim#2581)
  feat(codelens): cursorhold is too much intrusive for codelens (LunarVim#2600)
  fix: use correct cache path (LunarVim#2593)
  ref(telescope): don't overwrite default cmd to show hidden files
  fix(autocmds): make sure we are using codelens correctly (LunarVim#2576)
  chore: bump plugins version (LunarVim#2563)
  fix(dap): pause key binding commmand (LunarVim#2573)
  fix(dap): temporarily use dap-buddy dev branch which has older code (LunarVim#2567)
  feat(quit): make sure to ask before discarding changes (LunarVim#2554)
  chore(ci): fix failing plugins-update action
  fix(autocmd): actually use the format wrapper (LunarVim#2560)
  chore: update changelog
  ...
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request May 28, 2022
* upstream/rolling: (23 commits)
  feat(cmp): add option to disable friendly-snippets (LunarVim#2660)
  feat: prompt when closing modified/term buffers (LunarVim#2658)
  refactor: remove redundant ftdetects (LunarVim#2651)
  chore: bump plugins version (LunarVim#2607)
  refactor: load the default options once (LunarVim#2592)
  chore(docs): trim trailing white space
  fix: load notify's telescope extension properly (LunarVim#2586)
  chore: update templates (LunarVim#2610)
  chore: bump plugins version (LunarVim#2582)
  fix(autocmds): disable commentstring_calc on cursor-hold (LunarVim#2581)
  feat(codelens): cursorhold is too much intrusive for codelens (LunarVim#2600)
  fix: use correct cache path (LunarVim#2593)
  ref(telescope): don't overwrite default cmd to show hidden files
  fix(autocmds): make sure we are using codelens correctly (LunarVim#2576)
  chore: bump plugins version (LunarVim#2563)
  fix(dap): pause key binding commmand (LunarVim#2573)
  fix(dap): temporarily use dap-buddy dev branch which has older code (LunarVim#2567)
  feat(quit): make sure to ask before discarding changes (LunarVim#2554)
  chore(ci): fix failing plugins-update action
  fix(autocmd): actually use the format wrapper (LunarVim#2560)
  ...
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

Successfully merging this pull request may close these issues.

None yet

2 participants