alexander-born

Results 11 comments of alexander-born

Yes this is a 3D reconstruction from multiple views in a global frame. I generated one joint 3d point cloud from multiple images and projectem them into global frame via...

When opening `:Telescope project` it should have scanned for git repositories under `~` and 4 levels down and added those as projects.

I found the issue. The issue seems to be that `require("telescope").load_extension("project")` needs to be called after the `telescope.setup()` function. updated `lua/plugins/telescope.lua`: ```lua return { { "nvim-telescope/telescope.nvim", dependencies = { {...

Is it incorrect to load telescope extensions like I did before? I got this from the documentation here: https://www.lazyvim.org/configuration/recipes#add-telescope-fzf-native

> and it works fine for me. I tested your config just now and it does not work for me :( `:Telescope project` works, but it does not list any...

I did that, but no projects show up.

Thanks for you help :) But I did the following before testing your config changes. ```bash rm -rf ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim ```

Lazy automatically pulls the plugins. I will close as [this](https://github.com/LazyVim/LazyVim/issues/283#issuecomment-1433352997) solves my problem.