lsp - c_sharp + java

This commit is contained in:
Geo Stanciu 2024-08-11 13:13:04 +03:00
parent b1d2242684
commit 156064eac6
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'c_sharp', 'java' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {