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

neo-tree help entries are absent when the plugin is installed via Kickstart config #1333

Open
1 task done
adamency opened this issue Jan 28, 2025 · 2 comments
Open
1 task done

Comments

@adamency
Copy link

adamency commented Jan 28, 2025

Before Reporting an Issue

  • I have read the kickstart.nvim README.md.

  • I have read the appropriate plugin's documentation.

  • I have searched that this issue has not been reported before.

  • By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.

Describe the bug

When installing Neo-Tree via the line in the kickstart file

require 'kickstart.plugins.neo-tree',

somehow no help file for the plugin is available.

Whereas installing the plugin via the minimal kickstart of their README, we correctly have the help files available in neovim

To Reproduce

  1. Install kickstart
  2. Uncomment line quoted above
  3. restart neovim, lazy will install neo-tree correctly
  4. run :h neo-tree
    See that it is not available

Desktop

  • OS: MacOS
  • Terminal: iterm2

Neovim Version

NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1727870382
Run ":verbose version" for more info
@Capta1nCool
Copy link

Hey @adamency,
In kickstart's config neotree is lazy loaded i.e it isn't loaded until you run :Neotree. That is why :h neo-tree command is not available. If you want you can change the config to load it on startup.

@adamency
Copy link
Author

adamency commented Feb 3, 2025

@Capta1nCool Thanks for the answer. I'm not sure how I can change the config of a plugin declared via the shortcut

require 'kickstart.plugins.<plugin>',

Can you help me ?

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

No branches or pull requests

2 participants