disgusting

This commit is contained in:
fiplox 2023-01-19 16:56:17 +01:00
parent bfe551fc1d
commit 519b149b7a
1 changed files with 1 additions and 1 deletions

View File

@ -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