Copied snippets from sample nvim-java config for Kickstart.nvim

This commit is contained in:
Diego Miguel M. Villamil 2025-03-26 01:13:16 +08:00
parent 0b96a5b29d
commit 4374b043ad
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ require('lazy').setup({
main = 'nvim-treesitter.configs', -- Sets main module to use for opts main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'slint' }, ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'slint', 'java' },
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,
ignore_install = { 'latex' }, ignore_install = { 'latex' },