- Vim plugin for Forge CLI
- New: Vim plugin for Rovodev ACLI
- Tmux scripts to launch dev sessions for Forge or Rovodev
- Example .vimrc (
example.vimrc)
- Extract ZIP
- Move
plugin/vim-forge.vimto~/.vim/pack/plugins/start/vim-forge/plugin/ - (Optional) Move
plugin/vim-rovodev.vimto~/.vim/pack/plugins/start/vim-rovodev/plugin/ - Update
scripts/forge-dev.shorscripts/rovodev-dev.shwith your app paths (APP_DIRand optionalSTATIC_DIRvariables) - Run the script you need:
./scripts/forge-dev.shor./scripts/rovodev-dev.sh - Start coding!
- See
example.vimrcfor a minimal Vim configuration that loads the plugins and sets up the leader mappings.
After installing vim-rovodev.vim, use commands like :RovoDeploy and :RovoTunnel
which simply call acli rovodev deploy and acli rovodev tunnel. Mappings under
<leader>r mirror the Forge mappings.
You can also start a full tmux workflow using scripts/rovodev-dev.sh.
Built by A9 GoBot 2.6
