Skip to content

Noise from Language Server #89

Closed Answered by s1n7ax
soeguet asked this question in Q&A
Dec 17, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@soeguet
Hi, those are setup configuration of language servers. Those should be passed to the lspconfig.jdtls.setup function. However there was a bug, I already fixed it so,

  1. Update the plugins
  2. Pass the setup config
require('lspconfig').jdtls.setup({
			handlers = {
				['language/status'] = function(_, result)
					vim.print('***')
				end,
				['$/progress'] = function(_, result, ctx)
					vim.print('---')
				end,
			},
		})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@s1n7ax
Comment options

@soeguet
Comment options

Answer selected by soeguet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants