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

Bugfix: allow LunarVim changelog to work outside the lvim directory #1952

Merged
merged 1 commit into from Nov 14, 2021

Conversation

lmarlow
Copy link
Contributor

@lmarlow lmarlow commented Nov 12, 2021

Description

This sets the git dir and work tree to where lvim is installed. Without this, viewing the
changelog shows the git log for the current working directory.

The previewers don't work, but the commit list shows. The previewers may
need changes to telescope.

How Has This Been Tested?

Run lua require('lvim.core.telescope.custom-finders').view_lunarvim_changelog() in a git
work tree that is not for LunarVim. It will now show the log for LunarVim.

@lmarlow lmarlow marked this pull request as ready for review November 12, 2021 18:00
This sets the git dir and work tree to where lvim is installed. The
previewers don't work, but the commit list shows. The previewers may
need changes to telescope.
@lmarlow lmarlow force-pushed the lunarvim-changelog-outside-lvim branch from b698782 to f0daf9f Compare November 13, 2021 17:02
@kylo252 kylo252 merged commit a9bf545 into LunarVim:rolling Nov 14, 2021
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Nov 18, 2021
* upstream/rolling: (74 commits)
  fix: lsp root can get very annoying when working with multiple languages. User is still able to turn it on.
  fix: no idea why this breaks barbar
  feat: Empty for empty buffers instead of Buffer <#>
  fix(lualine): change `fg` of section `a` in onedarker (LunarVim#1909)
  feat: support new null-ls (LunarVim#1955)
  fix: packersync issue when you have large number of plugins (LunarVim#1922)
  fix: use an indepdent shadafile from neovim (LunarVim#1910)
  Bugfix: allow LunarVim changelog to work outside the lvim directory (LunarVim#1952)
  refactor: more configurable format-on-save (LunarVim#1937)
  feat: auto resize for more consistent UI behavior
  fix(keymap): unset on reload, load correct order, add unset default (LunarVim#1942)
  chore: bump lspconfig and null versions
  chore: update lsp-installer
  fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 (LunarVim#1934)
  fix(ci): blacklist 'sorbet' (LunarVim#1936)
  fix(cmp): if possible jump in the snippet after completion
  fix: update the uninstallation script (LunarVim#1924)
  chore: update lsp installer
  fix: dedupe linting messages
  feat: darkplus lualine theme
  ...
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