Naoya Hatta

Results 272 comments of Naoya Hatta

Thank you for your request. I've opened the update PR. https://github.com/mattn/vim-lsp-settings/pull/718

I opened a PR #3950 to add translation support based on https://github.com/google/mdbook-i18n-helpers which is created by @mgeisler.

I fixed it, and released v0.4.3. Thanks!

v0.4.3 was broken at macOS. Please use v0.4.4.

The additional exlanation seems to be good. I'll merge this PR.

@ehuss I changed the dependency to the original mdbook-i18n-helpers and this PR became ready for review.

Thank you for your review. I resolved conflict and fixed the module visibility.

Emitting `case inside` instead of `case` from Veryl's `case` seems to be good? Is there cases to require the original `case` emitting? From ```systemverilog case x { 0 : a...