Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

I have almost your configuration in the first post ```lua { "nvim-telescope/telescope.nvim", dependencies = { { "nvim-telescope/telescope-project.nvim", keys = { { "", "lua require'telescope'.extensions.project.project{}", desc = "Telescope Project" }, },...

Have you restarted your Neovim? Also delete `~/.local/share/nvim/telescope-projects.txt` and then start Neovim.

Did you just copy/paste my config? I changed the `path` variable to be where my projects are. Maybe you should set it to whatever you like? Mine is set to...

Delete `telescope-projects.txt` and `telescope-workspaces.txt` and then start Neovim. `telescope-workspaces.txt` also gets created from the `telescope-project` extension so maybe that interferes with something?

Doing so removes all the plugins from LazyVim as well. Did you run `Lazy` to install the necessary plugins again? If yes, then I don't know what else to tell...

But if you set it as a dependency to telescope doesn't that mean that it's loaded after telescope. My config works just fine the LazyVim way without having to specify...

Great explanation, thank you very much :bow: . Indeed I use the keymap to invoke it and it does detect the projects. Instead if the first thing I do is...

Try this ```lua ...... -- your previous config here opts.preselect = cmp.PreselectMode.None opts.completion = { completeopt = "noselect", } ...... -- your config continues here ``` I found it in...

Try to remove the `C:\Users\martin\AppData\Local\nvim-data\lazy` folder and run nvim again in case the `git clone` didn't finish successfully. It will try to reinstall lazy again.

I also have problem with `octo` regarding mentions, issues, PRs etc. But you can use `` omnifunc completion that `octo` provides to get around this problem.