Results 128 comments of Luo Chen

Oh, it's in `README_zh.md`, then it's not a problem. > BTW, contents in README.md and README_zh.md are inconsistent. Yes, they are not expected to be consistent in each line, but...

I hit this issue when solving [another problem](https://stackoverflow.com/questions/19023550/how-do-i-add-files-without-dots-in-them-all-extension-less-files-to-the-gitign/19023985#comment98881583_19023985) which requires an exclude-and-re-include solution. I'm wondering is there any progress here since several years has passed :)

I will close this issue since the related PR is merged, if there is still any issue, please feel free to reopen it.

This may becasue of this plugin changed the syntax definition of `nerdtree` filetype. There is a workaround for this problem: just disable the rainbow plugin for the `nerdtree` filetype. I...

@ryanoasis Maybe you can define parentheses as `keyword` or `match` syntax, so that it will override the `region` syntax definition of parentheses, which almost all rainbow plugin uses.

My workaround here is use `profile` to do everything directly instead of `runScript` & `command` Following is file named `test.nix` (and `chmod +x` ed) ``` #!/usr/bin/env nix-shell #! nix-shell test.nix...

Is there a demo about how to use purenix to write a Nix Derivation?

Any one who is collaborator can help to click this: https://github.com/lmacken/pyrasite/compare/lmacken:develop...diamond-lizard:develop?expand=1 I'm trying to create a merge request, but failed with: > Pull request creation failed. Validation failed: must be...

Are you using some 3rd party plugin for markdown highlighting?

Seems like 'iamcco/markdown-preview.nvim' did some trick to markdown syntax, maybe you can check it out via the troubleshooting tools in README