diff options
author | pommicket <pommicket@gmail.com> | 2022-12-25 16:04:46 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-25 16:04:46 -0500 |
commit | 66a151badc6fb11b772c814ffcf2434e308923f2 (patch) | |
tree | de8c2f7825c96aeb591c2e6b37f33e81edb140a8 /lsp.c | |
parent | 9ee67ef5097451705b4ae9cb28895f726843cdf3 (diff) |
fix problem with jdtls by appending \n to empty files
Diffstat (limited to 'lsp.c')
-rw-r--r-- | lsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |