master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 3bcd87638d - Show all commits

View File

@@ -44,8 +44,7 @@ return {
},
},
})
local parser = require('nvim-treesitter.parsers').filetype_to_parsername
parser.groovy = 'java' -- the someft filetype will use the python parser and queries.
vim.treesitter.language.register('groovy', 'java')
require('nvim-treesitter.install').prefer_git = true
end
}