文件名称:dot-vim:我的 VIM 配置和插件
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-25 02:35:35
Vimscript
我的 .vim 目录 安装 $ cd ~ $ git clone https://mariano@github.com/mariano/dot-vim.git .vim $ cd ~ /.vim $ git submodule update --init $ cd ~ $ ln -s .vim/.vimrc 命令T CommandT 将需要一个额外的步骤:编译 C ruby 扩展。 这样做: $ cd ~ /.vim/bundle-available/command-t/ruby/command-t $ ruby extconf.rb $ make 空格与制表符 默认情况下启用制表符间距。 如果您想在项目上切换到空格,请在项目的根路径上创建一个.lvimrc文件,其内容如下: :call Spaces() PHPCS 如果要在项目上运行 PHPCS,请在项目的根路径上创建一个
【文件预览】:
dot-vim-master
----.gitmodules(2KB)
----autoload()
--------pathogen.vim(5KB)
----bundle-available()
--------vim-gitgutter()
--------neverland()
--------vim-phpqa()
--------delmitmate()
--------transparent()
--------nerdtree()
--------command-t()
--------vim-gnupg()
--------vim-fugitive()
--------vim-coffee-script()
--------summerfruit256()
--------jslint()
--------supertab()
--------synctastic()
--------vim-colors-solarized()
--------snipmate.vim()
--------localvimrc()
----.vimrc(6KB)
----doc()
--------tags(6KB)
--------fugitive.txt(11KB)
--------NERD_tree.txt(49KB)
----.gitignore(12B)
----README.md(1KB)
----bundle()
--------vim-gitgutter(33B)
--------neverland(29B)
--------vim-phpqa(29B)
--------delmitmate(30B)
--------transparent(31B)
--------nerdtree(29B)
--------command-t(29B)
--------vim-gnupg(29B)
--------vim-fugitive(33B)
--------vim-coffee-script(38B)
--------summerfruit256(35B)
--------synctastic(31B)
--------vim-colors-solarized(41B)
--------snipmate.vim(33B)
--------localvimrc(30B)