summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-25 16:04:46 -0500
committerpommicket <pommicket@gmail.com>2022-12-25 16:04:46 -0500
commit66a151badc6fb11b772c814ffcf2434e308923f2 (patch)
treede8c2f7825c96aeb591c2e6b37f33e81edb140a8 /lsp.c
parent9ee67ef5097451705b4ae9cb28895f726843cdf3 (diff)
fix problem with jdtls by appending \n to empty files
Diffstat (limited to 'lsp.c')
-rw-r--r--lsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp.c b/lsp.c
index 63a0362..b52312f 100644
--- a/lsp.c
+++ b/lsp.c
@@ -1,7 +1,7 @@
// print server-to-client communication
#define LSP_SHOW_S2C 0
// print client-to-server communication
-#define LSP_SHOW_C2S 0
+#define LSP_SHOW_C2S 1
#define write_bool lsp_write_bool