marslo

Results 24 comments of marslo

另外, 如果我想添加bootstrap的css样式, 例如 `alert-*` 之类的样式 (https://getbootstrap.com/docs/4.0/components/alerts/), 我可以怎么做呢?

> > 我的github pages example: https://imarslo.github.io/2020/09/24/hello-world/ > > 不知道怎么回事, codeblock出现了异常: > > > > github repo: https://github.com/imarslo/imarslo.github.io > > 麻烦问一下问题出现在哪? > > 谢谢 > > 你应该是没有把默认的highlight取消吧,这个在readme有说明。 > > then disable...

> @marslo > 不是注释掉,而是改成false,注释有可能使用默认值,就是enable的。 `enable: false` 就是取消的意思 现在ok了, 多谢!

> @marslo > 不是注释掉,而是改成false,注释有可能使用默认值,就是enable的。 `enable: false` 就是取消的意思 话说....disable掉默认的highlight之后, 字体很丑.....这个怎么破?

solution: due to the output from `/usr/bin/sw_vers` was changed as: ```bash $ /usr/bin/sw_vers ProductName: macOS ProductVersion: 11.0.1 BuildVersion: 20B29 ``` So, the issue can be manual fixed by modify [Line...

Will you considering to enable the format customization feature like ale: ``` let g:ale_echo_msg_format = '[%linter%] %code%: %s [%severity%] ' let g:ale_virtualtext_prefix = '%comment% %severity% [%code%]: ' ```

Hey @boyter, I've using `scc` to collect data and generate slides, and since csv can be recognized by Excel, so it's easy to transfer to chart ( as below )....

Hi @eth-p , for me, it's just show ALL contents of files contains `TODO`, for my understanding: - `rg --vimgrep --with-filename 'TODO' | cut -d':' -f1 | uniq`: list all...

ops... forgot to let you know, your solution works like charm, you can close this issue. thanks again.