I use Obsidian for Zettelkasten note-taking. Anybody have a system in (Neo)Vim that they use?
I have been preparing for this question.
https://nvim-orgmode.github.io/ is very good and very customisable while keeping consistent and open file file format that allows your notes to be easily stored and read by other apps.
For longer form notes https://github.com/chipsenkbeil/org-roam.nvim/blob/main/DOCS.org can also help while maintaining all the benefits mentioned above.
There is also https://github.com/nvim-neorg/neorg that is trying to create new file format and ecosystem around it. Seems cool, but a bit new imo.
For now I would recommend orgmode, neorg does not have all the features of org yet. It’s important to note orgmode also has awesome plugins like org-roam.
I wonder if I can just straight up import my obsidian vault and have it work
You can convert all your markdown files to org in one go using pandoc.
If you’re used to markdown in Obsidian, you could look at vimwiki to use a similar syntax in vim. I find it works fairly nicely for standard notetaking, and is a lot faster to start than Obsidian.
I like jakewvincent/mkdnflow.nvim for editing markdown, though tbh I’ve mostly just used it to check/uncheck todo lists.