All information is parsed from this website and transformed into categories provided by the General Staff of the Ukrainian Armed Forces (example).
Example of the plugin view in the standard Vim:

and with the following categories:
self._include = [
"Liquidated personnel",
"Tanks",
"Warships/Boats",
"Aircraft/Helicopters",
"Anti-aircraft",
"UAV",
"Artillery systems/MLRS",
]
No, it's not. We are parsing information from the 3rd side sources, so it can break anytime. It's my first and probably the last Vim/VimScript related project. Therefore no guarantees it even can be installed by the instructions below.
I have no idea what's the best practices of the Vim plugins...
- Clone this repo.
- I've used
pathogenas a vim-plugin manager:
cd ~/.vim/bundle
ln -s ~/RussianLossesInUkraine/ .
- Install
requirements.txtdependencies to the virtual environment:
cd ~/RussianLossesInUkraine/plugin
virtualenv env
pip install -r requirements.txt
- Edit the second line in the
~/RussianLossesInUkraine/plugin/losses.vim, and specify your path to thesite-packagesin the virtual eniveronment. Sorry...