文件名称:vim:Vim 配置文件
文件大小:23KB
文件格式:ZIP
更新时间:2024-07-04 03:25:54
Vimscript
##安装 wget --no-check-certificate https://raw.github.com/amosrivera/vim/master/install.sh -O - | sh ##目录树 ├── autoload │ └── pathogen.vim ├── bundle │ ├── css-colors │ ├── delimitmate │ ├── easy-motion │ ├── fugitive │ ├── haml │ ├── nerdcommenter │ ├── nerdtree │ ├── php-doc │ ├── tabular │ └── zencoding ├── colors │ ├── molokai.vim │ └── solarized.vim ├── README.md └── t
【文件预览】:
vim-master
----.gitignore(11B)
----README.md(662B)
----.gitmodules(2KB)
----.vimrc(3KB)
----colors()
--------solarized.vim(51KB)
--------molokai.vim(7KB)
----install.sh(152B)
----bundle()
--------delimitmate()
--------nerdcommenter()
--------css-colors()
--------mru()
--------easy-motion()
--------nerdtree()
--------fugitive()
--------json()
--------haml()
--------sparkup()
----autoload()
--------pathogen.vim(9KB)
----tmp()
--------backup()
--------undo()
--------swap()