Browse Source

vim

master
Robin Thoni 8 years ago
parent
commit
9b37d7bd6d

+ 9
- 0
.gitmodules View File

1
+[submodule "vim/vim/bundle/number.vim"]
2
+	path = vim/vim/bundle/number.vim
3
+	url = https://github.com/myusuf3/numbers.vim
4
+[submodule "vim/vim/bundle/Vundle.vim"]
5
+	path = vim/vim/bundle/Vundle.vim
6
+	url = https://github.com/gmarik/Vundle.vim
7
+[submodule "vim/vim/bundle/syntastic.git"]
8
+	path = vim/vim/bundle/syntastic.git
9
+	url = https://github.com/scrooloose/syntastic

+ 1
- 1
vim/vim/bundle/Vundle.vim

1
-Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab
1
+Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933

vim/vim/bundle/numbers.vim → vim/vim/bundle/number.vim View File


+ 0
- 1
vim/vim/bundle/syntastic

1
-Subproject commit 40776864c05ae0c9bd54aab79756ec5a6af1c63a

+ 1
- 0
vim/vim/bundle/syntastic.git

1
+Subproject commit a596ef38bdfe87044b741b476bc06228cf9e8ee4

+ 0
- 1
vim/vim/bundle/vundle

1
-Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab

+ 2
- 2
vim/vimrc View File

18
 
18
 
19
 "plugin
19
 "plugin
20
 filetype off
20
 filetype off
21
-set rtp+=~/.vim/bundle/vundle
21
+set rtp+=~/.vim/bundle/Vundle.vim
22
 call vundle#rc()
22
 call vundle#rc()
23
 Plugin 'gmarik/Vundle.vim'
23
 Plugin 'gmarik/Vundle.vim'
24
-Plugin 'scrooloose/syntastic'
24
+Plugin 'scrooloose/syntastic.git'
25
 Plugin 'myusuf3/numbers.vim'
25
 Plugin 'myusuf3/numbers.vim'
26
 
26
 
27
 let g:syntastic_c_compiler='clang'          " Use clang instead of gcc
27
 let g:syntastic_c_compiler='clang'          " Use clang instead of gcc

Loading…
Cancel
Save