nvim-telescope / telescope-file-browser.nvim

File Browser extension for telescope.nvim
MIT License
1.6k stars 89 forks source link

file/folder names getting truncated during file creation #349

Closed jamestrew closed 3 months ago

jamestrew commented 6 months ago
require("telescope").extensions.file_browser.file_browser({
  path = vim.fn.stdpath("config"),
})

with this option (with rest min config), when creating a file/folder, the first character of the given filename get truncated.