-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant open Recent Projects #453
Comments
Does putting Telescope as a dependency for Dashboard resolve the issue? |
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. |
You might want to update your plugins, @ItzDabbzz, because it seems to have stopped dying on me. Maybe I just haven't been working with paths with spaces recently, but I've appreciated the "peace and quiet" for a change :) |
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:
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.
The text was updated successfully, but these errors were encountered: