logrusx

Results 118 comments of logrusx

> > Pass the jdtls table to jdtls setup and delete opts = {...} altogether. > > What do you mean please ? By following the doc, I produced the...

Well, it is actually deep extended in java.setup: ``` function M.setup(custom_config) vim.api.nvim_exec_autocmds('User', { pattern = 'JavaPreSetup' }) local config = vim.tbl_deep_extend('force', global_config, custom_config or {}) ``` and jdtls setting are...

> I don't think this is the same issue No, it isn't, I was wrong > There is no way to modify `init_options` without replacing the options provided by the...

Have you tried requesting it in Mason repo?

@sergii-dudar OP doesn't ask for a maven extension or plugin. They ask if they can have code completion in pom.xml. I don't see what does maven extension or whatever has...

The code in jdtls2.lua: ```lua if vim.lsp.get_clients then clients = vim.lsp.get_clients({ name = 'jdtls' }) else clients = vim.lsp.get_active_clients({ name = 'jdtls' }) end ``` Will work regardless of which...

In my statement above I explain why your PR is most certainly not getting merged. Please read it again and tell me if and where I haven't been clear enough....

> I do the same to install as the readme say: > > ``` > return { > { 'nvim-java/nvim-java' }, > config = function() > require('java').setup() > require('lspconfig').jdtls.setup({}) >...

Hi Kamil, Thank you for taking the time! > Hi [@logrusx](https://github.com/logrusx), > > GNOME for long time offered "Always On Top" / "Always on Visible Workspace" options (screenshot). In Hyperland...