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

pull/1520/head
Diego Miguel M. Villamil 4 months ago
parent 0b96a5b29d
commit 4374b043ad

@ -840,7 +840,7 @@ require('lazy').setup({
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
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
auto_install = true,
ignore_install = { 'latex' },

Loading…
Cancel
Save