-
Notifications
You must be signed in to change notification settings - Fork 34
nothing works on nvim v0.6.0 . it just me or is it not yet supported? #53
Comments
This is what I'm getting when running any neuron.nvim command in nvim v0.6.0 (WSL/Ubuntu):
|
Bump. Same issue with 'cb' on Arch with Neovim 0.7.0-dev+717-gf37c5f180 Unstable branch has some parts working, but doesn't properly interface with popup.nvim anymore. It's kinda removed... but kinda not. |
@nldev I actually find that the unstable branch works fine. Trick I've found to make it work: After you install neuron, you need to follow this under "Create your own Zettelkasten" and create an index (or some file) and run Just make sure wherever you create your zettelkasten, you incorporate it in the appropriate line corresponding to the
|
I've had no luck getting this plugin working, which is a shame because it seems great! I figure I'll document my journey here incase it's helpful for anyone else. For some context, I am using an M1 mac on neovim The first thing I tried was install I also used neuron.nvim at the
This happens even if I initialize neuron with The next thing I tried was installing an older version of
Finally, I tried installing with whalebrew (which doesn't seem to offer older versions such as
|
Did you run I will say that just using the plugin a bit and reading around more on zettelkasten, I'm not sure I'm going to keep using this: primarily it's neuron wrapped with telescope, but if you want to browse your notes in a way that capitalizes on backlinks, you basically have to do it through the neuron web thingy which isn't gonna cut it for me. 90% of everything that is not fuzzy finding can be done independently with vimwiki in probably 2 hours or less. This plugin IS very nicely crafted though! |
Thanks @krisezra87 for your honest take.
I had previously been using vimwiki and it was working alright for me. I did not like I'm imagining a directory of files, each prepended by a the date they were created. All files in markdown. Code blocks and syntax highlighting supported. Easy fuzzy searching through all of the notes. That's basically all I need. If I wanted to get really picky then it would be nice to have global TODOs across all notes. Now we're starting to get into org-mode territory, though. Perhaps I should just build something myself, or rather duct tape it all together neatly using existing plugins. It could give me an opportunity to learn more about how neovim LUA plugins are built which is something I've been meaning to explore and learn more about. |
No description provided.
The text was updated successfully, but these errors were encountered: