Skip to content

Commit 156064e

Browse files
committed
lsp - c_sharp + java
1 parent b1d2242 commit 156064e

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
@@ -802,7 +802,7 @@ require('lazy').setup({
802802
'nvim-treesitter/nvim-treesitter',
803803
build = ':TSUpdate',
804804
opts = {
805-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
805+
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'c_sharp', 'java' },
806806
-- Autoinstall languages that are not installed
807807
auto_install = true,
808808
highlight = {

0 commit comments

Comments
 (0)