nvim plugin to run shell files in a specific directory for JetBrain application.
To run the following command on NeoVim.
:St
and
Enter the name of the shell file to run.
webstorm or goland or something
Pass the directory containing the jetbrain application shell file you wish to run as an argument.
something like this.
/Users/hisasann/run/shell/directory/[webstorm].sh
or
/Users/hisasann/run/shell/directory/[goland].sh
require("run-storm").setup("/Users/hisasann/run/shell/directory")
use({ "hisasann/run-storm.nvim" })
MIT
Comamoca/runit.nvim: The simple program runner🚀
vim.ui.inputを自作floating windowにした (Vim駅伝)
How to run terminal command in interactive mode from NeoVim? - Vi and Vim Stack Exchange
do not show [Process exited] in finished terminals · Issue #14986 · neovim/neovim