diff options
author | Abouzar Parvan <[email protected]> | 2021-07-11 02:04:20 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-10 17:34:20 -0400 |
commit | 93379a2977ba10695cc6d0aac3ca4ce9111fa31e (patch) | |
tree | a6aa2ee2fba66073adc1d7e2eef9c3c9160fd2ac /ftplugin/java.lua | |
parent | 5c7600322848fa1a55482e2b8b45c7f97cf67a85 (diff) |
avoiding OCD attack with the help of folke/todo-comments (#839)
Diffstat (limited to 'ftplugin/java.lua')
-rw-r--r-- | ftplugin/java.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/java.lua b/ftplugin/java.lua index 489deb3b..2f42a78f 100644 --- a/ftplugin/java.lua +++ b/ftplugin/java.lua @@ -61,7 +61,7 @@ end -- init_options = {bundles = bundles} -- }) --- TODO setup autoformat stuff later +-- TODO: setup autoformat stuff later -- _java = { -- -- {'FileType', 'java', 'luafile '..CONFIG_PATH..'/lua/lsp/java-ls.lua'}, -- { |