add comment to ftplugin/java.lua, and fix some typos
This commit is contained in:
@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user