Aqui armazeno todas as configurações de plugins, snippets e esquema de cores para o Vim:
- Lusty: https://github.com/sjbach/lusty
- NERD_Tree: https://github.com/vim-scripts/The-NERD-tree
- Fontzoom: https://github.com/vim-scripts/fontzoom.vim
- Fugitive: https://github.com/tpope/vim-fugitive
- JSON Highlight: https://github.com/vim-scripts/JSON.vim
- Matchit: https://github.com/vim-scripts/matchit.zip
- Vim Notes: https://github.com/vim-scripts/notes.vim
- Pyflakes: https://github.com/kevinw/pyflakes-vim
- Rest Hightlight (reEstructureText): https://github.com/vim-scripts/rest.vim
- Session Man: https://github.com/vim-scripts/sessionman.vim
- Snipmate: https://github.com/msanders/snipmate.vim
- Snipmate for Django: https://github.com/gilsondev/snipmate_for_django
- Surround: https://github.com/tpope/vim-surround
- Vim Git: https://github.com/tpope/vim-git
- Vim Mercurial: https://github.com/DasIch/vim-mercurial
- Vim Markdown: https://github.com/tpope/vim-markdown
- Vim PEP8: https://github.com/jbking/vim-pep8
- Sparkup: https://github.com/kogakure/vim-sparkup
- Vim LaTeX: https://github.com/jcf/vim-latex
- Vim Virtualenv: https://github.com/jmcantrell/vim-virtualenv
- Pydoc: https://github.com/fs111/pydoc.vim
- Vim Powerline: https://github.com/Lokaltog/vim-powerline
- Tagbar: https://github.com/vim-scripts/Tagbar
- Github Theme: https://github.com/nono/github_vim_theme
- Railscasts Theme: https://github.com/gilsondev/vim-railscasts-theme (recomendado)
- Underwater: https://github.com/vim-scripts/underwater-mod (recomendado)
- Solarized: https://github.com/altercation/vim-colors-solarized (recomendado)
- Django Smoothy: https://github.com/gilsondev/django_colorschemes.vim
- Faça o checkout do projeto:
$ git clone git://github.com/gilsondev/vimfiles.git ~/.vim
- Dê permissão de execução no arquivo
setup.sh
e rodá-lo:
$ chmod +x setup.sh
$ ./setup.sh
- Faça o checkout do projeto:
$ git clone git://github.com/gilsondev/vimfiles.git ~/.vim
- Crie um link simbólico para o arquivo de configuração
.vimrc
:
$ ln ~/.vim/.vimrc ~/
- Faça o checkout dos submódulos instalados:
$ git submodule init
$ git submodule update --init --recursive
-
Para usar o plugin pep8.vim terá que seguir as seguintes instruções aqui
-
Com o plugin pyflakes também as instruções estão aqui
E está instalado as suas configurações.
- Fazendo o fork do projeto.
- Colocando suas sugestões e dicas aqui.