Skip to content

Commit

Permalink
Lot of ... i don't know :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lermit committed Aug 25, 2014
1 parent 5389c20 commit 6b1c5d6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-lint"]
path = bundle/vim-lint
url = https://github.com/dbakker/vim-lint.git
1 change: 1 addition & 0 deletions bundle/.vundle/script-names.vim-scripts.org.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle/Vundle.vim
Submodule Vundle.vim added at 8db3bc
2 changes: 1 addition & 1 deletion bundle/syntastic
1 change: 1 addition & 0 deletions bundle/vim-airline
Submodule vim-airline added at 3ab1bb
1 change: 1 addition & 0 deletions bundle/vim-lint
Submodule vim-lint added at 59833d
11 changes: 9 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Remove ALL autocommands for the current group
:autocmd!


" Enable pathogen
execute pathogen#infect()
"call pathogen#runtime_append_all_bundles()
Expand Down Expand Up @@ -69,11 +70,10 @@ set statusline+=%*

" syntastic
let g:syntastic_enable_signs=1
let g:syntastic_quiet_warnings=1
"let g:syntastic_quiet_messages = {'level': 'warnings'}
let g:syntastic_auto_loc_list=1



" Lier le plugin closetag au fichier html, xml, xsl et php
au Filetype html,xml,xsl,php source ~/.vim/plugin/closetag.vim
"filetype on
Expand Down Expand Up @@ -103,3 +103,10 @@ set nospell

" Save a file you edited in vim without the needed permissions
command W :execute ':silent w !sudo tee % > /dev/null' | :edit!

" Vundle
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'gmarik/Vundle.vim'

0 comments on commit 6b1c5d6

Please sign in to comment.