Set the run script to be a hidden filename

This commit is contained in:
Ivar Fatland
2023-08-14 13:13:40 +02:00
parent ad79897306
commit c7c99b6c12
+1 -1
View File
@@ -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"