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(nvimtree): avoid hard-coded mapping #3492

Merged

Conversation

nitaicharan
Copy link
Contributor

@nitaicharan nitaicharan commented Nov 18, 2022

Remove hardcode mapping on lua/lvim/core/nvimtree.lua. It allows uses to define there bind their bind in their own config file without being overwritten by nvimtree setup file.

PR closes #3491

…im#3491)

Remove hardcode mapping on `lua/lvim/core/nvimtree.lua`.
It's allow uses define there bind their bind in there own config file
without been overwirten by nvimtree setup file.

PR closes LunarVim#3491
@kylo252 kylo252 changed the title refactor(nvimtree): remove which-key ["e"] hardcode mapping (#3491) fix(nvimtree): avoid hard-coded mapping Nov 18, 2022
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.

Thanks!

@kylo252 kylo252 merged commit b42e8c3 into LunarVim:master Nov 18, 2022
@nitaicharan nitaicharan deleted the ref#3491-remove-hardcode-nvimtree-mapping branch November 18, 2022 18:09
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Nov 23, 2022
* upstream/master:
  chore: bump plugins version (LunarVim#3506)
  docs: github pull request template update (LunarVim#3512)
  fix(uninstaller): correct a sentence in help (LunarVim#3511)
  fix(uninstaller): add separate flag to remove user config (LunarVim#3508)
  chore: bump plugins version (LunarVim#3483)
  chore(breadcrumbs): remove `Markdown` from excluded file types (LunarVim#3196)
  chore: update docker branch to latest release for "Try it first" (LunarVim#3500)
  fix: discard invalid choice when closing buffers (LunarVim#3488)
  fix(nvimtree): avoid hard-coded mapping (LunarVim#3492)
  fix(autocmds): remove spell autocmd (LunarVim#3487)
  fix(lsp): sumneko-lua library scanning (LunarVim#3484)
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.

refactor(nvim-tree): remove hardcode nvimtree mapping
2 participants