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 vim.treesitter.language.register('groovy', 'java')
parser.groovy = 'java' -- the someft filetype will use the python parser and queries.
require('nvim-treesitter.install').prefer_git = true require('nvim-treesitter.install').prefer_git = true
end end
} }