From 519b149b7ad19b4754f05bf66be66d4c594b3413 Mon Sep 17 00:00:00 2001 From: fiplox Date: Thu, 19 Jan 2023 16:56:17 +0100 Subject: [PATCH] disgusting --- ftplugin/java.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/java.lua b/ftplugin/java.lua index 4b96831..89a9edb 100644 --- a/ftplugin/java.lua +++ b/ftplugin/java.lua @@ -1,6 +1,6 @@ vim.opt_local.shiftwidth = 2 vim.opt_local.tabstop = 2 -vim.opt_local.cmdheight = 2 -- more space in the neovim command line for displaying messages +-- vim.opt_local.cmdheight = 2 -- more space in the neovim command line for displaying messages local status, jdtls = pcall(require, 'jdtls') if not status then