dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Cant open Recent Projects

Open ItzDabbzz opened this issue 9 months ago • 2 comments

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

ItzDabbzz avatar May 16 '24 22:05 ItzDabbzz