Pengbo

Results 9 comments of Pengbo

For example: This is my md file: Markdown-Viewer是浏览器上最好的Markdown预览插件,能够对Md文件进行高度定制化的**预 览**,支持众多选项设置,易于安装,免费开源。 The sentence was broken into two lines when more than 80 characters. I set the hard wrap in my vimrc. This...

Hello, same issue here. Thanks. ` direction LR` didn't work in markdown-viewer 4.0.

Without proper documentation, it is so hard to understand and use this repo for a layman.

> ``` > chmod u+x PATH_TO_PLUGINS_DIR/vim-gutentags/plat/unix/update_gtags.sh > ``` In fact, all the `.sh` files in this dir should be executable. ``` chmod u+x PATH_TO_PLUGINS_DIR/vim-gutentags/plat/unix/*.sh ```

All the `*.sh` files in plat/unix show be executable. ```bash chmod +x /root/.vim/plugged/vim-gutentags/plat/unix/*.sh ``` Maybe you should search before opening a new issue.

hi, ijpq just note this err: ``` gutentags: [job stderr]: 'ctags: Warning: --extra option is obsolete; use --extras instead' ``` I guess that `g:gutentags_ctag_extra_args` in your `.vimrc` is wrong. ```...

The second error in your issue is ``` gutentags: [job stderr]: 'ctags: Warning: ignoring null tag in /home/tangke/MegBrain/third_party/cpp_redis/html/jquery.js(line: 44)' ``` Obviously, (universal) ctags is trying to produce tag-cache for 'jquery.js'....

> Same issue here... anyone figured out what may be wrong? Same issue in WSL, windows 10. It has a simple way to correct it. Plz find the `gutentags.vim` in...

As what I understand, you want to create different tagfiles for different files of one repos. So, for example, we have `cpp` and `py` files in a repos. How to...