Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Barth
4213bd6eab style(#3223): change prompt of create file to "Create " (#3350) 2026-07-16 08:42:15 +10:00

View File

@@ -49,7 +49,7 @@ function M.fn(node)
local containing_folder = utils.path_add_trailing(dir.absolute_path) local containing_folder = utils.path_add_trailing(dir.absolute_path)
local input_opts = { local input_opts = {
prompt = "Create file ", prompt = "Create ",
default = containing_folder, default = containing_folder,
completion = "file", completion = "file",
} }