From 1b288fe932ebe91e76f4af2e166ad242656e6240 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 16 Jul 2023 21:28:06 -0400 Subject: add comment to ftplugin/java.lua, and fix some typos --- after/ftplugin/java.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'after/ftplugin/java.lua') diff --git a/after/ftplugin/java.lua b/after/ftplugin/java.lua index 960dcdf..53eb334 100644 --- a/after/ftplugin/java.lua +++ b/after/ftplugin/java.lua @@ -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 = {} -- cgit v1.2.1