elentok/scriptify.nvim

github github
pluginutility
stars 5
issues 0
subscribers 2
forks 0
CREATED

2023-07-09

UPDATED

7 months ago


Scriptify.nvim

Creates scripts files by adding shebang and making them executable.

Usage

Run :Scriptify

Installation

Using Lazy:

{
  "elentok/scriptify.nvim",
  opts = {},
  cmd = { "Scriptify" }
}

This will lazy load it only when you call the :Scriptify command.