nvimdev / dashboard-nvim

vim dashboard
MIT License
2.37k stars 193 forks source link

Cant open Recent Projects #453

Open ItzDabbzz opened 5 months ago

ItzDabbzz commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

 Error 5:26:03 PM msg_show.lua_error E5108: Error executing lua: vim/_editor.lua:431: nvim_exec2(): Vim:Error executing Lua callback: ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: 'find_files' extension doesn't exist or isn't installed: module 'telescope._extensions.find_files' not found: no field package.preload['telescope._extensions.find_files'] cache_loader: module telescope._extensions.find_files not found cache_loader_lib: module telescope._extensions.find_files not found no file '.\telescope\_extensions\find_files.lua' no file 'C:\Tools\neovim\nvim-win64\bin\lua\telescope\_extensions\find_files.lua' no file 'C:\Tools\neovim\nvim-win64\bin\lua\telescope\_extensions\find_files\init.lua' no file 'C:\Dev\Lua\5.1\lua\telescope\_extensions\find_files.luac' no file '.\telescope\_extensions\find_files.dll' no file 'C:\Tools\neovim\nvim-win64\bin\telescope\_extensions\find_files.dll' no file 'C:\Tools\neovim\nvim-win64\bin\loadall.dll' no file '.\telescope.dll' no file 'C:\Tools\neovim\nvim-win64\bin\telescope.dll' no file 'C:\Tools\neovim\nvim-win64\bin\loadall.dll' stack traceback: [C]: in function 'error' ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: in function 'load_extension' ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:17: in function '__index' .../nvim-data/lazy/telescope.nvim/lua/telescope/command.lua:183: in function 'run_command' .../nvim-data/lazy/telescope.nvim/lua/telescope/command.lua:259: in function 'load_command' ...Local/nvim-data/lazy/telescope.nvim/plugin/telescope.lua:108: in function <...Local/nvim-data/lazy/telescope.nvim/plugin/telescope.lua:107> [C]: in function 'nvim_exec2' vim/_editor.lua:431: in function 'cmd' ...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:305: in function <...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:282> stack traceback: [C]: in function 'nvim_exec2' vim/_editor.lua:431: in function 'cmd' ...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:305: in function <...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:282>

To Reproduce Steps to reproduce the behavior:

  1. Go to Dashboard
  2. Click on A Recent Project
  3. See error

Expected behavior A clear and concise description of what you expected to happen. Using nvim 10.0, latest branch of all plugins as well.

Screenshots If applicable, add screenshots to help explain your problem. raw

gary-dev-aus commented 4 months ago

Does putting Telescope as a dependency for Dashboard resolve the issue?

franck-noahk commented 1 month ago

Noticed the same behavior on my machine, but it only effects some projects. I think it has to do with there being a space in the path. (Noticed that the original poster had one in theirs as well.)

I added Telescope as a dependency and it didn't change anything.

dc-jbw commented 2 hours ago

Noticed the same behavior on my machine, but it only effects some projects. I think it has to do with there being a space in the path. (Noticed that the original poster had one in theirs as well.)

I added Telescope as a dependency and it didn't change anything.

I have the very same problem opening projects whenever there's a space in the path name.