fab/find-vimwiki-words.nvim plugin
For all you NeoVim VimWiki users out there: I wrote a plugin to do a fulltext search through your VimWiki files with Telescope. You can also exclude files with words prefixed with "!". For example:
'log !sunday updates !neovim' will find all files containing the words "Log" and "Updates" but will exclude files with the words 'Sunday' or 'NeoVim'. As long as you only type lower case letters the search is case-insensitive.
You can also group words with double quotes like "Edit Notes", which will find the exact term. You also can exclude these terms with the exclamation mark: '!Edit Notes' will find all files which do not contain the term 'Edit Notes'. You can mix it with single word searches as you please.
It's hosted on Codeberg.org and not on GitHub, so you have to specify the full URL in your plugin setup file. I'm very bad at naming things, so I simply called the plugin 'find-vimwiki-words.nvim'.
You can find more information in the README.md in the repo which is located on Codeberg.org:
https://codeberg.org/fab/find-vimwiki-words.nvim
The plugin is in a very early stage, so it will have bugs. I would be pleased, if you report them. Either in this thread, as a Codeberg issue or send an email directly.
Thank you very much!
2025-10-04 · 7 months ago · 👍 chluehr