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

feat(codelens): cursorhold is too much intrusive for codelens #2600

Merged
merged 1 commit into from May 11, 2022

Conversation

abzcoding
Copy link
Member

Description

refreshing codelens actions everytime we move the cursor is a bit too much, especially on rust, since on each cursor move it needs to update all references...

@abzcoding abzcoding requested a review from kylo252 May 11, 2022 04:09
Copy link
Collaborator

@kylo252 kylo252 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should open a PR to update the manual as well 😄

@abzcoding abzcoding merged commit b060827 into LunarVim:rolling May 11, 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)
  ...
@abzcoding abzcoding deleted the feat/code-ln branch October 22, 2022 14:32
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