← 返回首页
Kickstart · nvim-java/nvim-java Wiki · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Kickstart

Srinesh Nisala edited this page Jul 2, 2024 · 2 revisions

Install nvim-java on Kickstart

We have this repository that's preconfigured for java development. You can directly clone the repository and personalize from there.

Instruction to Setup

  • Install nvim-java plugin
'nvim-java/nvim-java'
  • Add jdtls setup function to mason-lspconfig setup handlers
jdtls = function() require('java').setup { -- Your custom jdtls settings goes here } require('lspconfig').jdtls.setup { -- Your custom nvim-java configuration goes here } end
  • Add java treesitter parser to ensure_installed list
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'java' },
  • Enable debugging by uncommenting following line
-- require 'kickstart.plugins.debug',

Wiki pages Pages 6

Clone this wiki locally

Footer

© 2026 GitHub, Inc.