ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.38k stars 131 forks source link

cant for the life of me make this work in lazyvim #166

Open nilshendriks opened 1 month ago

nilshendriks commented 1 month ago

see title, plus with telescope. get error on load. i think i have several ways of configuring it mixed up.

`Error 21:35:29 notify.error lazy.nvim Failed to run config for telescope.nvim

...m/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: 'project' extension doesn't exist or isn't installed: module 'telescope._extensions.project' not found: no field package.preload['telescope._extensions.project'] cache_loader: module telescope._extensions.project not found cache_loader_lib: module telescope._extensions.project not found no file '/nix/store/rcn887ckva37g82v34kki2h8r0l15qyk-luajit-2.1.1713773202-env/share/lua/5.1/telescope/_extensions/project.lua' no file '/nix/store/rcn887ckva37g82v34kki2h8r0l15qyk-luajit-2.1.1713773202-env/share/lua/5.1/telescope/_extensions/project/init.lua' no file '/Users/nils/.local/share/nvim/lazy-rocks/telescope.nvim/share/lua/5.1/telescope/_extensions/project.lua' no file '/Users/nils/.local/share/nvim/lazy-rocks/telescope.nvim/share/lua/5.1/telescope/_extensions/project/init.lua' no file '/nix/store/rcn887ckva37g82v34kki2h8r0l15qyk-luajit-2.1.1713773202-env/lib/lua/5.1/telescope/_extensions/project.so' no file '/Users/nils/.local/share/nvim/lazy-rocks/telescope.nvim/lib/lua/5.1/telescope/_extensions/project.so' no file '/nix/store/rcn887ckva37g82v34kki2h8r0l15qyk-luajit-2.1.1713773202-env/lib/lua/5.1/telescope.so' no file '/Users/nils/.local/share/nvim/lazy-rocks/telescope.nvim/lib/lua/5.1/telescope.so'

stacktrace:

micaiah-effiong commented 2 days ago

can you paste you configuration? it should be something like this

{
  'ahmedkhalf/project.nvim',
  config = function()
      require('telescope').load_extension('projects')
  end
}