NACAMURA Mitsuhiro

Results 6 comments of NACAMURA Mitsuhiro

> In my mind, rules about line length are meant to ensure that everything fits on the screen or that line lengths are consistent when using a monospaced font. Agree,...

Hmm, no. I searched for and found [cjk-regex](https://www.npmjs.com/package/cjk-regex), which matches CJK characters but not all CJK characters are necessarily double width (e.g., single width `アイウエオ` and double width `アイウエオ`).

> Instead of setting the editor to vim, I had a wrapper script that would check to see if the file existed first and if it did, open it in...

Encountered a similar problem and I found that - in the repl launched by `purs repl $(spago sources)`, completion just works, and - by `spago repl`, it does not work....

[nixvim](https://github.com/nix-community/nixvim) looks quite sophisticated, though I've never tried it out. However, it seems using Nixpkgs' `vimPlugins`, which means that a number of plugins in Awesome Neovim are not available and...

Oh I see. Let's call the above app `random_app`. When we run `random_app bar`. Since `chain=True`, the arguments are expanded into a sequence of subcommands as follows (each square bracket...