Khai Tran

Results 4 comments of Khai Tran

I met same issue, Step 18, 2020 This is my configuration: https://github.com/lioaslan/nvim And I run `:Prettier` with a simple JS code ```javascript const x = 5; console.log(x); ``` It showed...

Thank you @amimof, it worked for me.

It took me several days to find out how to disable the log of CLI. Fortunately, I found another cool library for logging: https://github.com/Delgan/loguru. Using this library won't show any...