Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 463 Bytes

Scriptify.nvim

Creates scripts files by adding shebang and making them executable.

image

Usage

Run :Scriptify

Installation

Using Lazy:

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

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