Skip to content

Commit 4374b04

Browse files
Copied snippets from sample nvim-java config for Kickstart.nvim
1 parent 0b96a5b commit 4374b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ require('lazy').setup({
840840
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
841841
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
842842
opts = {
843-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'slint' },
843+
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'slint', 'java' },
844844
-- Autoinstall languages that are not installed
845845
auto_install = true,
846846
ignore_install = { 'latex' },

0 commit comments

Comments
 (0)