add comment to ftplugin/java.lua, and fix some typos

This commit is contained in:
2023-07-16 21:28:06 -04:00
parent dd872e8545
commit 15caf69220
4 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
-- IMPORTANT: Make sure you're $JAVA_HOME is correct (prob should be 17 or higher)
local java_cmds = vim.api.nvim_create_augroup('java_cmds', {clear = true})
local cache_vars = {}