Browse Source

Moved vim and zsh configs to their own directories.

master
Daniel Sissom 5 years ago
parent
commit
38f6ae67ad
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
25 changed files with 0 additions and 0 deletions
  1. + 0
    - 0
      vim/vim/.gitignore
  2. + 0
    - 0
      vim/vim/after/syntax/blah.vim
  3. + 0
    - 0
      vim/vim/autoload/taskpaper.vim
  4. + 0
    - 0
      vim/vim/colors/xterm16.vim
  5. + 0
    - 0
      vim/vim/doc/example.taskpaper
  6. + 0
    - 0
      vim/vim/doc/tags
  7. + 0
    - 0
      vim/vim/doc/taskpaper.txt
  8. + 0
    - 0
      vim/vim/doc/taskpaper_hacking.txt
  9. + 0
    - 0
      vim/vim/doc/taskpaper_licence.txt
  10. + 0
    - 0
      vim/vim/ftdetect/pug.vim
  11. + 0
    - 0
      vim/vim/ftdetect/taskpaper.vim
  12. + 0
    - 0
      vim/vim/ftdetect/tex.vim
  13. + 0
    - 0
      vim/vim/ftplugin/jade.vim
  14. + 0
    - 0
      vim/vim/ftplugin/pug.vim
  15. + 0
    - 0
      vim/vim/ftplugin/taskpaper.vim
  16. + 0
    - 0
      vim/vim/indent/jade.vim
  17. + 0
    - 0
      vim/vim/indent/pug.vim
  18. + 0
    - 0
      vim/vim/rename_this_to_plugin/ctab.vim
  19. + 0
    - 0
      vim/vim/spell/en.utf-8.add
  20. + 0
    - 0
      vim/vim/spell/en.utf-8.add.spl
  21. + 0
    - 0
      vim/vim/syntax/jade.vim
  22. + 0
    - 0
      vim/vim/syntax/pug.vim
  23. + 0
    - 0
      vim/vim/syntax/taskpaper.vim
  24. + 0
    - 0
      vim/vimrc
  25. + 0
    - 0
      zsh/zshrc

vim/.gitignore → vim/vim/.gitignore


vim/after/syntax/blah.vim → vim/vim/after/syntax/blah.vim


vim/autoload/taskpaper.vim → vim/vim/autoload/taskpaper.vim


vim/colors/xterm16.vim → vim/vim/colors/xterm16.vim


vim/doc/example.taskpaper → vim/vim/doc/example.taskpaper


vim/doc/tags → vim/vim/doc/tags


vim/doc/taskpaper.txt → vim/vim/doc/taskpaper.txt


vim/doc/taskpaper_hacking.txt → vim/vim/doc/taskpaper_hacking.txt


vim/doc/taskpaper_licence.txt → vim/vim/doc/taskpaper_licence.txt


vim/ftdetect/pug.vim → vim/vim/ftdetect/pug.vim


vim/ftdetect/taskpaper.vim → vim/vim/ftdetect/taskpaper.vim


vim/ftdetect/tex.vim → vim/vim/ftdetect/tex.vim


vim/ftplugin/jade.vim → vim/vim/ftplugin/jade.vim


vim/ftplugin/pug.vim → vim/vim/ftplugin/pug.vim


vim/ftplugin/taskpaper.vim → vim/vim/ftplugin/taskpaper.vim


vim/indent/jade.vim → vim/vim/indent/jade.vim


vim/indent/pug.vim → vim/vim/indent/pug.vim


vim/rename_this_to_plugin/ctab.vim → vim/vim/rename_this_to_plugin/ctab.vim


vim/spell/en.utf-8.add → vim/vim/spell/en.utf-8.add


vim/spell/en.utf-8.add.spl → vim/vim/spell/en.utf-8.add.spl


vim/syntax/jade.vim → vim/vim/syntax/jade.vim


vim/syntax/pug.vim → vim/vim/syntax/pug.vim


vim/syntax/taskpaper.vim → vim/vim/syntax/taskpaper.vim


vimrc → vim/vimrc


zshrc → zsh/zshrc


Loading…
Cancel
Save