Talon user file set for controlling both neovim editing and neovim terminals using Talon voice.
- community Talon commands: https://github.com/talonhub/community (Or you will have to add specific Talon actions for certain features to work)
- neovim Python package: https://github.com/neovim/pynvim (installed in Talon Python)
%APPDATA%\talon\venv\3.11\Scripts\python.exe -s -m pip install pynvim
~/.talon/bin/pip install pynvim
Download or clone the repo to your Talon user folder:
cd %AppData%\Talon\user
git clone https://github.com/hands-free-vim/neovim-talon
cd ~/.talon/user
git clone https://github.com/hands-free-vim/neovim-talon
If you have never heard of talon-vim, you can ignore it. Otherwise, you just need to know that neovim-talon is the new talon-vim. In other words, neovim-talon is a more barebones refactor of the old fidgetingbits talon-vim repo code.