Skip to content

nvim plugin to run shell files in a specific directory for JetBrain application.

Notifications You must be signed in to change notification settings

hisasann/run-storm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

run-storm.nvim

nvim plugin to run shell files in a specific directory for JetBrain application.

How to use

To run the following command on NeoVim.

:St

and

Enter the name of the shell file to run.

webstorm or goland or something

screenshot

Settings

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")

Install

packer.nvim

use({ "hisasann/run-storm.nvim" })

License

MIT

Affected projects and Articles

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

1ファイルから始める自作Neovimプラグイン

do not show [Process exited] in finished terminals · Issue #14986 · neovim/neovim

Neovimで非同期でシェルコマンドを実行して完了後に自動で閉じる技術

About

nvim plugin to run shell files in a specific directory for JetBrain application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages