lvimuser
lvimuser
Does it happen on rolling?
+1 for me. While we're also at it, we should look into removing those (i.e. basically any mappings that is not common/present in vscode / intelliJ): https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/keymappings.lua#L33-L39 https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/keymappings.lua#L44-L49 https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/keymappings.lua#L51-L62 https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/keymappings.lua#L86-L95...
@shth @rickluo94 Can you confirm that installing ripgrep and fd solves the issue?
See https://github.com/hrsh7th/nvim-cmp/pull/1140 and https://github.com/hrsh7th/nvim-cmp/issues/1156 The change wasn't without reason, simply reverting it will cause a regression
> We could use a streamlined configuration for nvim-jdtls if anyone has a working example, maybe something like this https://github.com/ChristianChiarulli/nvim/blob/b8fc718ab9f592df9488ba92948e46605d1cc5be/ftplugin/java.lua I have a working configuration which doesn't use the binary,...
For the error, see https://github.com/mfussenegger/nvim-jdtls/discussions/247 I fixed with `rm -rf ~/workspace/`
Debug support is easier now after https://github.com/williamboman/mason.nvim/pull/482 (see the first comment for an example).
Have you looked through https://www.lunarvim.org/languages/#server-override ?
> it's weird because the `tsserver` is not following the root pattern I defined either Any server not in the skipped list is setup automatically. Since you don't want that,...
> @lvimuser I tried with this config and with no luck, `tsserver` and `denols` still start together no matter I'm in a deno project or a nodejs project root. Did...