默认的情况下 spf13-vim不支持自动的折行,这就要用到 vim 的一个配置项 warp,但是在~/.vimrc.local设置了这个选项,无效。最后在gituhb上面找到了解决方法,删除〜/ .vimviews中的所有内容,因为存储了之前打开的文件的所有设置.这个在把set...
huahua
5年前 (2019-03-26) 1559℃
0喜欢
spacevim 非常好用,强烈的安利。但是有一样不好用的地方就是写markdown的时候不会自动的折行,这点体验非常的不好。经过查询我找到了方法。
vim ~/.SpaceVim/vimrc 添加一行
set wrap
cat ~/.SpaceVim/vimrc
"=====...
huahua
5年前 (2018-06-27) 2125℃
0喜欢
在vimrc是使用vbundle 管理插件
在.vimrc中添加以下内容
Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'
let g:vim_markdown_math = 1
let g:vim_mark...
huahua
6年前 (2018-02-04) 1585℃
0喜欢
vim 安装youcompleteme
简介:全手动安装,
简单方式在ubuntu gnome上无效在deepin 15.04上可以。
确保你的Vim 7.4.1578以上 且支持 Python 2 or Python 3 .使用vim --version检查是否支持。
简单...
huahua
6年前 (2018-01-28) 2822℃
0喜欢
安装git和zsh
安装zsh需要用到git,所以第一步是安装git 和zsh
sudo apt-get install git zsh
使用脚本安装oh-my-zsh
$ sh -c "$(wget https://raw.github.com/robbyrussell/oh...
huahua
6年前 (2018-01-28) 1493℃
0喜欢