阅读全文 >>vim-surround 可以给单词或句子加上各种标签符号
在使用 Vim 开发的过程中,发现 仅仅使用 YouCompleteMe 并不能很好的支持 JavaScript 的自动补全
后来发现 Tern 可以跟 YouCompleteMe 很好的配合来完成自动补全
下面我来介绍 Tern 在 Vim 中的插件 tern_for_vim
阅读全文 >>
阅读全文 >>HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI,
JSON support, syntax highlighting, wget-like downloads, plugins, and more.
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true