Skip to content

Instantly share code, notes, and snippets.

View JoelWi's full-sized avatar

Joel JoelWi

  • Brisbane, Australia
View GitHub Profile
@JoelWi
JoelWi / java.lua
Last active January 6, 2025 08:11
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'
}