shebang.nvim icon indicating copy to clipboard operation
shebang.nvim copied to clipboard

A Neovim plugin that inserts a shebang line when editing a new file.

Results 1 shebang.nvim issues
Sort by recently updated
recently updated
newest added

I generally write rust code. But using it with vim requires two lines of automatically generated code (Other ways exist I know (cargo-script etc.)) But I want to execute it...