随笔分类 -  Vim

摘要:##YCM 托管库地址:https://github.com/ycm-core/YouCompleteMe 这里有英文描述的安装过程,分别对于:Win, Linux, BSD描述 以下是我的个人安装过程 ##环境配置 确认下列环境已经安装: 工具:Git 开发环境:MSVC(Visual Studi 阅读全文
posted @ 2021-06-30 15:04 windin 阅读(1193) 评论(0) 推荐(0)
摘要:设置tabstop成为其它值可能会导致文件在其它地方出现错误有四种主要方法使用tabs在vim里:1.总是保持tabstop=8,设置softtabstop=4、shiftwidth=4(或3、或任何你喜欢的)并且使用noexpandtab。这样vim会使用tabs和spaces的混合体,但输入<T 阅读全文
posted @ 2018-08-02 17:35 windin 阅读(790) 评论(0) 推荐(0)