
Vim
dendysan
Loading......
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos7 && vim 支持nginx.conf语法高亮
wget -O /usr/share/vim/vim74/syntax/nginx.vim https://www.vim.org/scripts/download_script.php?src_id=19394echo 'au BufRead,BufNewFile /usr/local/nginx/* set ft=nginx' >> /usr/share/vim/vi...原创 2018-09-10 11:20:32 · 756 阅读 · 0 评论 -
CentOS && Python3 CentOS编译安装vim8并支持python3
CentOS && Python3 CentOS编译安装vim8并支持python31.检查旧vim版本,卸载旧版本安装最新vim8vimyum -y remove vim*2.获取源码编译安装vim8安装依赖yum -y install ncurses-devel安装vim8(我只使用python3,所以.configure配置是我自己的配置)./config...原创 2018-12-03 17:24:09 · 501 阅读 · 0 评论 -
CentOS && Vim 配置(python版)Vundle YouCompleteMe
安装python 3.7.1详见 https://blog.youkuaiyun.com/weixin_38111667/article/details/84772659安装vim8详见 https://blog.youkuaiyun.com/weixin_38111667/article/details/84774571安装VundleVundle是Vim的插件管理工具之一,官方文档:https://g...原创 2018-12-03 20:41:08 · 288 阅读 · 0 评论