Browse Source

vimrc

master
Robin Thoni 9 years ago
parent
commit
6ff721196f
2 changed files with 5 additions and 2 deletions
  1. 3
    1
      vim/vim/.netrwhist
  2. 2
    1
      vim/vimrc

+ 3
- 1
vim/vim/.netrwhist View File

1
 let g:netrw_dirhistmax  =10
1
 let g:netrw_dirhistmax  =10
2
-let g:netrw_dirhist_cnt =1
2
+let g:netrw_dirhist_cnt =3
3
 let g:netrw_dirhist_1='/home/robin/.vim'
3
 let g:netrw_dirhist_1='/home/robin/.vim'
4
+let g:netrw_dirhist_2='/home/robin/projects/libpcsc_cpptools/build/CMakeFiles'
5
+let g:netrw_dirhist_3='/home/robin/confs/i3/i3/status'

+ 2
- 1
vim/vimrc View File

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

Loading…
Cancel
Save