Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Here's a screencast of a fresh LazyVim installation from scratch and enabling `dap.core` and `lang.php` Extras. When you press `db` to toggle a breakpoint, you can see that `php-debug-adapter` gets...

You usually define in mason's `ensure_installed` formatters and linters and maybe some other tools in my experience. You don't need to define LSP servers because `opts.servers` from nvim-lspconfig gets automatically...

> The reason it's not working in your environment is likely because you are using a [deprecated](https://github.com/neovim/nvim-lspconfig?tab=readme-ov-file&rgh-link-date=2025-11-27T03%3A13%3A31.000Z#important-%EF%B8%8F) configuration method (specifying something in lazy.nvim's opts passes it to the require('lspconfig').setup function,...

That's not how `gitui` is set up in LazyVim. It's set up as an Extra that gets installed via the `mason` spec. So, you can't really say that this is...

You do that in your personal config. No need for duplicate mappings. Not every single derivation of user configs can be taken into account. That's why the personal user configuration...