Skip to content

A repo of my vim configurations, with full support to Django.

Notifications You must be signed in to change notification settings

brunobbbs/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d17365f · Jan 12, 2012
Nov 6, 2011
Nov 6, 2011
Jan 12, 2012
Nov 6, 2011
Nov 6, 2011
Jan 2, 2012
Sep 26, 2011
Sep 19, 2011
Oct 28, 2011
Jan 12, 2012
Jan 12, 2012
Jan 12, 2012
Nov 10, 2011

Repository files navigation

Vim Files

Aqui armazeno todas as configurações de plugins, snippets e esquema de cores para o Vim:

Plugins e Snippets

  1. Lusty: https://github.com/sjbach/lusty
  2. NERD_Tree: https://github.com/vim-scripts/The-NERD-tree
  3. Fontzoom: https://github.com/vim-scripts/fontzoom.vim
  4. Fugitive: https://github.com/tpope/vim-fugitive
  5. JSON Highlight: https://github.com/vim-scripts/JSON.vim
  6. Matchit: https://github.com/vim-scripts/matchit.zip
  7. Vim Notes: https://github.com/vim-scripts/notes.vim
  8. Pyflakes: https://github.com/kevinw/pyflakes-vim
  9. Rest Hightlight (reEstructureText): https://github.com/vim-scripts/rest.vim
  10. Session Man: https://github.com/vim-scripts/sessionman.vim
  11. Snipmate: https://github.com/msanders/snipmate.vim
  12. Snipmate for Django: https://github.com/gilsondev/snipmate_for_django
  13. Surround: https://github.com/tpope/vim-surround
  14. Vim Git: https://github.com/tpope/vim-git
  15. Vim Mercurial: https://github.com/DasIch/vim-mercurial
  16. Vim Markdown: https://github.com/tpope/vim-markdown
  17. Vim PEP8: https://github.com/jbking/vim-pep8
  18. Sparkup: https://github.com/kogakure/vim-sparkup
  19. Vim LaTeX: https://github.com/jcf/vim-latex
  20. Vim Virtualenv: https://github.com/jmcantrell/vim-virtualenv
  21. Pydoc: https://github.com/fs111/pydoc.vim
  22. Vim Powerline: https://github.com/Lokaltog/vim-powerline
  23. Tagbar: https://github.com/vim-scripts/Tagbar

Esquema de Cores

  1. Github Theme: https://github.com/nono/github_vim_theme
  2. Railscasts Theme: https://github.com/gilsondev/vim-railscasts-theme (recomendado)
  3. Underwater: https://github.com/vim-scripts/underwater-mod (recomendado)
  4. Solarized: https://github.com/altercation/vim-colors-solarized (recomendado)
  5. Django Smoothy: https://github.com/gilsondev/django_colorschemes.vim

Instalação Automática

  • 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

Instalação em Modo Manual

  1. Faça o checkout do projeto:
$ git clone git://github.com/gilsondev/vimfiles.git ~/.vim
  1. Crie um link simbólico para o arquivo de configuração .vimrc:
$ ln ~/.vim/.vimrc ~/
  1. Faça o checkout dos submódulos instalados:
$ git submodule init
$ git submodule update --init --recursive
  1. Para usar o plugin pep8.vim terá que seguir as seguintes instruções aqui

  2. Com o plugin pyflakes também as instruções estão aqui

E está instalado as suas configurações.

Como contribuir

  1. Fazendo o fork do projeto.
  2. Colocando suas sugestões e dicas aqui.

About

A repo of my vim configurations, with full support to Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published