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
bug: ForestNew throws an error and key bindings don't work but ForestOpen does not #2
Comments
|
What version of forester are you on? This feature made use of a feature I had implemented on my branch of forester, which was only merged yesterday. Please try again using the latest version of forester. |
|
I'm on forester 2.5.1 |
|
How did you install it? If you installed it with opam, then the newest features are not part of your release. |
|
Yes I installed it with opam. I guess I need to do something else? |
|
This commit is what added the feature: |
|
And you should update a more recently version due to a bug just fixed a few hours ago XD. |
|
I also fixed the typo in the command name |
|
Just updated forester to the latest version. Now the "Select one of" box is not empty and is populated with an already present tree prefix, but I'm having the same issue as before. |
|
What is the output of the command |
|
So that specific command returns an error:
|
|
I hadn't updated the plugin to use the new version of forester. Feel free to reopen if there are any issues. |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.4
Operating system/version
MacOS 13.4
Describe the bug
Neither :ForestNew command, nor its key bindings are working properly on my machine. However, :Forestpen is, and its key bindings are just fine. When activating :ForestNew, the "Select one of" window pops up but then this error appears. Not sure what to do about this.
Error executing vim.schedule lua callback: ...im/site/pack/packer/start/forester.nvim/lua/forester.lua:20: attempt to co
ncatenate a nil value
stack traceback:
...im/site/pack/packer/start/forester.nvim/lua/forester.lua:20: in function <...im/site/pack/packer/start/forest
er.nvim/lua/forester.lua:19>
Steps To Reproduce
Expected Behavior
Tree generation and to take me to that tree.
The text was updated successfully, but these errors were encountered: