kylo252

Results 212 comments of kylo252

This seems like an issue with lspconfig or the server itself. 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

> Thing is, that configuration is missing from mason-lspconfig, so I'm not sure what to do with it (we can just pull it from nvim lsp installer, but idk). @lvimuser,...

check https://github.com/LunarVim/starter.lvim/tree/java-ide for examples

> @luxus this works fine for me -> [https://github.com/abzcoding/lvim/blob/main/lua/user/rust_tools.lua](https://github.com/abzcoding/lvim/blob/main/lua/user/rust_tools.lua?rgh-link-date=2022-08-12T11%3A48%3A47Z) mason provides codelldb, so that config could probably be even simpler 👀

> The goal is to provide a configuration object, agnostic of the core. Preferably, this configuration should be injected everywhere instead of using the global lvim to make the code...

All of these notes are from the version I last reviewed. I can't currently run `lvim` no matter what I try. I need to stress that I'm not saying or...

> I agree with you, however, it's quite convenient seeing where the config path is used to attach it to the config object. > I'll try to see if I...

@LostNeophyte, please re-write your hook to use `nvim_treesitter.config.highlight.disable` instead, see https://github.com/nvim-treesitter/nvim-treesitter/pull/3570, and open a PR so we can add it :)

> @lvimuser @kylo252 @ChristianChiarulli > > Should we suppress this noise and make it a debug message instead as it sometimes can cause confusing to the end user. I'm pretty...

- what shell do you use outside of lunarvim? - what operating system are you on? - what's the output of `:echo &shell`? - do you have the same issue...