Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

I agree with you, I just pointed out that it won't work since it's listed as a dependency in overseer because of the issue in `lazy.nvim`. If you want `optional`...

Yes, this can also be an option, but from reading the overseer docs, I still don't see any reference of toggleterm having to be a dependency. You can just have...

Actually @Jomik toggleterm is in its own file, so it will be an extra of its own just like dap.core and dap.nlua, so no need for optional, since the user...

@SR-MyStar I believe it would be better if you consolidated everything into one file (along with the necessary `optional` entries) and just leave `toggleterm` as its own extra, since it...

Also could you please consolidate everything into one file? It doesn't make sense to have different overseer Extras. And just leave `toggleterm` out of the PR completely. It should be...

@georgeguimaraes Please do so and provide any necessary feedback as I might have missed something.

That's because default LazyVim installation uses https://github.com/LazyVim/LazyVim/blob/91fe7ef56815263b6a0f4a5c23c4bd1134c77849/lua/lazyvim/config/options.lua#L13 so the LSP `root_dir` is used. What are you trying to achieve?

In spectre you have to define the path yourself.

@utkarshgupta137 The point of this PR is based on the transition LazyVim made to use `rustaceanvim`. I've seen several example-issues where adding the rust-analyzer as a component to the Rust...