Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Courtis
c97f42044d Merge branch 'master' into 3323 2026-07-20 10:03:06 +10:00
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 input_opts = {
prompt = "Create file ",
prompt = "Create ",
default = containing_folder,
completion = "file",
}