https://github.com/rcmachado/vimfiles
Vim configuration files
https://github.com/rcmachado/vimfiles
Last synced: 2 months ago
JSON representation
Vim configuration files
- Host: GitHub
- URL: https://github.com/rcmachado/vimfiles
- Owner: rcmachado
- License: mit
- Created: 2012-09-11T21:44:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T19:58:59.000Z (over 5 years ago)
- Last Synced: 2023-03-11T05:44:41.528Z (about 2 years ago)
- Language: Vim script
- Size: 722 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vimfiles
========These are the plugins and the vimrc file that I'm using. Feel free to
fork it and submit a pull request if you found any bug.Instalation
===========$ git clone https://github.com/rcmachado/vimfiles
$ cd vimfiles
$ git submodule init
$ git submodule update
$ cd ..
$ ln -s vimfiles ~/.vim
$ ln -s vimfiles/vimrc ~/.vimrcPlugins & Themes
================This uses the Vividchalk color scheme, by Tim Pope:
* [tpope/vim-vividchalk][]
Other plugins include:
* fugitive
* nerdtree
* nginx-syntax-highlight
* powerline
* python-mode
* vcl
* jshint
* scss-syntax
* zencoding
* [vim-markdown][]
* [nginx-syntax-highlight][]
* [python-mode][]
* [nerdtree][]
* [vcl][]
* [scss-syntax][]
* [mako][]
* [zencoding][]
* [gutter][]
* [css-pretty][]
* [emmet-vim][]
* [vim-less][]
* [puppet-syntax-vim][]
* [jasmine][]
* [fugitive][]
* [powerline][]
* [csv][]
* [parkr/vim-jekyll][]License
-------This project is licensed under MIT License (see LICENSE file for
details). But each plugin has its own license, so check each one to see
what you can do.[vim-markdown]: https://github.com/plasticboy/vim-markdown
[nginx-syntax-highlight]: https://github.com/vim-scripts/nginx.vim
[python-mode]: https://github.com/klen/python-mode
[nerdtree]: https://github.com/scrooloose/nerdtree
[vcl]: https://github.com/smerrill/vcl-vim-plugin
[scss-syntax]: https://github.com/cakebaker/scss-syntax.vim
[mako]: https://github.com/vim-scripts/mako.vim
[zencoding]: https://github.com/mattn/zencoding-vim
[gutter]: https://github.com/airblade/vim-gitgutter
[css-pretty]: https://github.com/vim-scripts/Css-Pretty
[emmet-vim]: https://github.com/mattn/emmet-vim
[vim-less]: [email protected]:groenewege/vim-less
[puppet-syntax-vim]: [email protected]:puppetlabs/puppet-syntax-vim
[jshint2]: http://github.com/Shutnik/jshint2.vim
[jasmine]: https://github.com/claco/jasmine.vim
[fugitive]: [email protected]:tpope/vim-fugitive
[powerline]: [email protected]:Lokaltog/powerline
[csv]: https://github.com/chrisbra/csv.vim
[parkr/vim-jekyll]: https://github.com/parkr/vim-jekyll
[tpope/vim-vividchalk]: https://github.com/tpope/vim-vividchalk