Seong Yong-ju

Results 9 comments of Seong Yong-ju

This is an upstream issue and already marked as fixed in upstream → https://github.com/lassik/emacs-format-all-the-code/pull/162 We need to bump `format-all` in the format module.

@mustaqimM Thanks for reporting!

@akoppela Thank you! ↓ FYI I improved your snippet by resolving the symlinks in bulk, and using APFS's copy-on-write. ``` system.activationScripts.applications.text = let env = pkgs.buildEnv { name = "system-applications";...

@yyoncho I'm having same issue. I tried delete jdt.ls at once and reinstall but got no success. java -version ``` openjdk version "13.0.2" 2020-01-14 OpenJDK Runtime Environment (build 13.0.2+8) OpenJDK...

@yyoncho > Did you try to delete the workspace as well? I tried and then noticed there're no workspace cache in the directory. (there only exists 2 empty directories) ```...

Also I tried OpenJDK11 and OpenJDK12 (installed with Homebrew) and it didn't work with them too.

@yyoncho Sorry I don't know how to change the logging verbosity. I didn't get anything on `jdtls` buffer with default verbosity. I tested the hello world project above and it...

@yyoncho Sorry, I haven't seen *lsp-log* and there was a same error as you. And it seems the `gradlew` in the project uses Gradle 2.3. I removed it and retried,...

@kyazdani42 Sorry for my late repsonse. I think it should be implemented here. I noticed Vim already have [setcellwidths()](https://vimhelp.org/builtin.txt.html#setcellwidths%28%29) to set the cell widths of specific unicode characters. And recently...