Browse Source

vimrc

master
Robin Thoni 8 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,3 +1,5 @@
1 1
 let g:netrw_dirhistmax  =10
2
-let g:netrw_dirhist_cnt =1
2
+let g:netrw_dirhist_cnt =3
3 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,10 +19,11 @@ set tabstop=8
19 19
 "plugin
20 20
 filetype off
21 21
 set rtp+=~/.vim/bundle/Vundle.vim
22
-call vundle#rc()
22
+call vundle#begin()
23 23
 Plugin 'gmarik/Vundle.vim'
24 24
 Plugin 'scrooloose/syntastic.git'
25 25
 Plugin 'myusuf3/numbers.vim'
26
+call vundle#end()
26 27
 
27 28
 let g:syntastic_c_compiler='clang'          " Use clang instead of gcc
28 29
 let g:syntastic_c_compiler_options='-Wall -Wextra -pedantic -std=c99'

Loading…
Cancel
Save