Deep Panchal
Deep Panchal
I got it to launch vim on newly generated test app (`cargo generate ratatui-org/templates`) with [`component`](https://github.com/ratatui-org/templates/tree/main/component/template) template with the following changes ```diff diff --git a/src/action.rs b/src/action.rs index f422a62..ee157c2 100644 ---...
I would like to contribute by adding this example (`how-to-spawn-vim`) to the repo. I will open a PR soon
I have created a PR with basic example on how to spawn vim here https://github.com/ratatui-org/ratatui-website/pull/651
@LucasPickering Thanks for suggestion :) I am already mentioning a similar looking crate called [`edit`](https://github.com/milkey-mouse/edit) in the tips section at the end of spawn vim docs in my PR. Could...
Changes are live :tada: https://ratatui.rs/recipes/apps/spawn-vim