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.nvimIt would be nice to get some feedback.
#NeoVim #VimWiki #Plugin #Telescope #LUA #bash #ripgrep