Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ls .vim/*
  2. .vim/autoload:
  3. fuf fuf.vim l9 l9.vim pathogen.vim rails.vim
  4.  
  5. .vim/bundle:
  6. vim-fugitive
  7.  
  8. .vim/doc:
  9. fuf.jax fuf.txt l9.jax l9.txt rails.txt tags tags-ja
  10.  
  11. .vim/plugin:
  12. fuf.vim l9.vim rails.vim
  13.  
  14. call pathogen#infect()
  15. filetype off
  16. syntax on
  17. filetype plugin indent on
  18.  
  19. 1: /usr/share/vim/vimrc
  20. 2: /Users/test/.vimrc
  21. 3: /usr/share/vim/vim73/syntax/syntax.vim
  22. 4: /usr/share/vim/vim73/syntax/synload.vim
  23. 5: /usr/share/vim/vim73/syntax/syncolor.vim
  24. 6: /usr/share/vim/vim73/filetype.vim
  25. 7: /usr/share/vim/vim73/ftplugin.vim
  26. 8: /usr/share/vim/vim73/indent.vim
  27. 9: /usr/share/vim/vim73/macros/matchit.vim
  28. 10: /Users/test/.vim/autoload/pathogen.vim
  29. 11: /usr/share/vim/vim73/ftoff.vim
  30. 12: /usr/share/vim/vim73/syntax/nosyntax.vim
  31. 13: /Users/test/.vim/plugin/fuf.vim
  32. 14: /Users/test/.vim/autoload/l9.vim
  33. 15: /Users/test/.vim/autoload/fuf.vim
  34. 16: /Users/test/.vim/autoload/fuf/buffer.vim
  35. 17: /Users/test/.vim/autoload/fuf/file.vim
  36. 18: /Users/test/.vim/autoload/fuf/coveragefile.vim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement