Skip to content

Commit

Permalink
Adding portuguese spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibaggio committed Jun 17, 2010
1 parent 9f6b466 commit a5dd32a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@
[submodule "bundle/vim-markdown-preview"]
path = bundle/vim-markdown-preview
url = http://github.com/robgleeson/vim-markdown-preview.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-pastie"]
path = bundle/vim-pastie
url = git://github.com/tpope/vim-pastie
6 changes: 4 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ My own Vimfiles. I tend to use vim-pathogen so plugins are easier to update.
* vim-ragtag - awesome erb and html editing
* surround - change surroundings, such as ( " [
* vim-unimpaired - adds blank lines, swap lines, pretty cool
* zencoding-vim - one day I'll learn how to be proeficient with this.
* endwise - automagically add's end in your if's and do's etc
* fugitive - Gdiff looks very cool
* zencoding-vim - one day I'll learn how to be proefficient with this.
* endwise - automagically adds end in your if's and do's etc
* speeddating - increases and decreases dates as you do with numbers
* matchit - navigation++ with %
* supertab - code completion
* syntastic - syntax checking
* pastie
1 change: 1 addition & 0 deletions bundle/vim-fugitive
Submodule vim-fugitive added at 6c44c4
1 change: 1 addition & 0 deletions bundle/vim-pastie
Submodule vim-pastie added at 549355
Binary file added spell/pt.utf-8.spl
Binary file not shown.
12 changes: 0 additions & 12 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@ nnoremap Y y$
" I don't want the original snippmate snippets
let g:snippets_dir='~/.vim/snippets'
source ~/.vim/snippets/support_functions.vim
" autocmd vimenter * call s:SetupSnippets()
" function! s:SetupSnippets()
" "if we're in a rails env then read in the rails snippets
" if filereadable("./config/environment.rb")
" call ExtractSnips("~/.vim/snippets/ruby-rails", "ruby")
" call ExtractSnips("~/.vim/snippets/eruby-rails", "eruby")
" endif
"
" call ExtractSnips("~/.vim/snippets/html", "eruby")
" call ExtractSnips("~/.vim/snippets/html", "xhtml")
" call ExtractSnips("~/.vim/snippets/html", "php")
" endfunction

"Adding a statusline
set statusline=
Expand Down

0 comments on commit a5dd32a

Please sign in to comment.