Skip to content

Instantly share code, notes, and snippets.

View ptr-to-joel's full-sized avatar

Joel ptr-to-joel

  • Brisbane, Australia
View GitHub Profile
local java_cmds = vim.api.nvim_create_augroup('java_cmds', {clear = true})
local cache_vars = {}
local root_files = {
'.git',
'mvnw',
'gradlew',
'pom.xml',
'build.gradle'
}