Set the run script to be a hidden filename
This commit is contained in:
@@ -308,7 +308,7 @@ vim.api.nvim_create_user_command(
|
|||||||
---@type function
|
---@type function
|
||||||
local run_file
|
local run_file
|
||||||
do
|
do
|
||||||
local run_script_name = "run.sh"
|
local run_script_name = ".run.sh"
|
||||||
|
|
||||||
run_file = function()
|
run_file = function()
|
||||||
---@type "Linux" | "Darwin" | "Windows_NT"
|
---@type "Linux" | "Darwin" | "Windows_NT"
|
||||||
|
|||||||
Reference in New Issue
Block a user