Folke Lemaitre
Folke Lemaitre
thanks :)
This has been fixed in LazyVim in the meantime, so this can be closed...
If you mean that Neovim crashes as in segfaults, then you need to get a proper stacktrace. Check the Neovim wiki on how to get that for your platform. Either...
Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....
It does indeed also affect `gx`. Makes that also unusable. > Is there a way we can make it work with vim.wait() ? There simply shouldn't be a wait for...
I'd rather not include rust-tools in LazyVim by default. I'm working on a way where users can easily import additional layers on top of the core set of LazyVim plugins....
I'm pretty sure I broke your configs, so sorry about that :) But doing so, will now make it a lot easier to configure LazyVim. For more info, see here:...
I just added an extra for typescript. It will add typescirpt to treesitter, properly configure lspconfig and make sure its installed with mason. See [here](https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/lang/typescript.lua) Users can enable this with:...
I just pushed a bunch of updates that properly integrates dap. See the docs here https://www.lazyvim.org/plugins/extras/dap.core Example for the Neovim lua adapter: 
Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....