mirror of
https://github.com/nvim-tree/nvim-tree.lua.git
synced 2026-07-28 15:59:44 +05:30
Compare commits
1 Commits
47b879d486
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4213bd6eab |
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user