Wang Weixuan

Results 2 comments of Wang Weixuan

Nvim is messing up the output from `it2copy` instead of sending it directly to terminal. See https://github.com/neovim/neovim/issues/1496. I managed to redirect the output: ```vimscript :w !it2copy>$SSH_TTY ``` Lua config: ```lua...

The behavior of line breaks is explained in §15.2 in [LuaTeX-ja manual](http://mirrors.ctan.org/macros/luatex/generic/luatexja/doc/luatexja-en.pdf): > Considering these situations, handling of an end-of-line in LuaTeX-ja are as follows: > > A character whose...