Creates scripts files by adding shebang and making them executable.
Run :Scriptify
Using Lazy:
{
"elentok/scriptify.nvim",
opts = {},
cmd = { "Scriptify" }
}This will lazy load it only when you call the :Scriptify command.
Creates scripts files by adding shebang and making them executable.
Run :Scriptify
Using Lazy:
{
"elentok/scriptify.nvim",
opts = {},
cmd = { "Scriptify" }
}This will lazy load it only when you call the :Scriptify command.