LazyVim.LazyVim/lua/lazyvim/plugins/extras/ui
André Freitas 67616b9520
fix(egdy): do not add panes for not enabled neo-tree sources (#3667)
## What is this PR for?

When the user disables a specific neo-tree source (git_status or
buffers), the panes are still created but throw an error when the user
tries to open them

**NB**: This is currently not functional because `LazyVim.opts` is
returning an empty table instead of the neo-tree opts. I'm hoping
someone can give me a hand with this little problem

## Does this PR fix an existing issue?

<!--
  If this PR fixes any issues, please link to the issue here.
  Fixes #<issue_number>
-->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-15 14:59:54 +02:00
..
alpha.lua fix(ui): use LazyVim.pick for alpha.nvim and mini.starter extras (#3611) 2024-06-13 06:09:30 +02:00
edgy.lua fix(egdy): do not add panes for not enabled neo-tree sources (#3667) 2024-06-15 14:59:54 +02:00
mini-animate.lua feat(keymaps): new keymap to toggle mazimize of current window leader-m or leader-wm 2024-05-29 22:35:40 +02:00
mini-indentscope.lua fix(fzf): disable mini.indentscope in fzf-lua buffer (#3592) 2024-06-11 21:06:46 +02:00
mini-starter.lua fix(ui): use LazyVim.pick for alpha.nvim and mini.starter extras (#3611) 2024-06-13 06:09:30 +02:00
treesitter-context.lua feat(ui)!: moved treesitter-context to an extra. No longer a core plugin 2024-05-16 21:25:51 +02:00