diff options
| -rw-r--r-- | .gitmodules | 12 | ||||
| l--------- | dot.vim/autoload/pathogen.vim | 1 | ||||
| m--------- | dot.vim/bundle/cisco.vim | 0 | ||||
| m--------- | dot.vim/bundle/vim-characterize | 0 | ||||
| m--------- | dot.vim/bundle/vim-go | 0 | ||||
| l--------- | dot.vim/ftplugin/c.vim | 1 | ||||
| -rw-r--r-- | dot.vimrc.local | 3 | ||||
| m--------- | vim-pathogen | 0 |
8 files changed, 0 insertions, 17 deletions
diff --git a/.gitmodules b/.gitmodules index d1be526..9b07085 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,6 @@ [submodule "grml-etc-core"] path = grml-etc-core url = git://github.com/grml/grml-etc-core.git -[submodule "vim-pathogen"] - path = vim-pathogen - url = git://github.com/tpope/vim-pathogen -[submodule "dot.vim/bundle/vim-characterize"] - path = dot.vim/bundle/vim-characterize - url = git://github.com/tpope/vim-characterize.git -[submodule "dot.vim/bundle/vim-go"] - path = dot.vim/bundle/vim-go - url = git://github.com/fatih/vim-go -[submodule "dot.vim/bundle/cisco.vim"] - path = dot.vim/bundle/cisco.vim - url = git://github.com/momota/cisco.vim [submodule "dot.emacs.d/elisp/git-commit-mode"] path = dot.emacs.d/elisp/git-commit-mode url = git://github.com/rafl/git-commit-mode diff --git a/dot.vim/autoload/pathogen.vim b/dot.vim/autoload/pathogen.vim deleted file mode 120000 index 1cdfa19..0000000 --- a/dot.vim/autoload/pathogen.vim +++ /dev/null @@ -1 +0,0 @@ -../../vim-pathogen/autoload/pathogen.vim
\ No newline at end of file diff --git a/dot.vim/bundle/cisco.vim b/dot.vim/bundle/cisco.vim deleted file mode 160000 -Subproject e28816ca2d45c6199455b9348bb5756cc52961b diff --git a/dot.vim/bundle/vim-characterize b/dot.vim/bundle/vim-characterize deleted file mode 160000 -Subproject 871364dbc2bceab0db4e365a85e208ab6dd2c4f diff --git a/dot.vim/bundle/vim-go b/dot.vim/bundle/vim-go deleted file mode 160000 -Subproject 010d0cc592926e97140846655f92c5c685cec37 diff --git a/dot.vim/ftplugin/c.vim b/dot.vim/ftplugin/c.vim deleted file mode 120000 index 1524a42..0000000 --- a/dot.vim/ftplugin/c.vim +++ /dev/null @@ -1 +0,0 @@ -../../grml-etc-core/etc/skel/.vim/ftplugin/c.vim
\ No newline at end of file diff --git a/dot.vimrc.local b/dot.vimrc.local index e3c5b6b..e020e2e 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -1,4 +1,3 @@ -execute pathogen#infect() syntax on filetype plugin indent on set cursorline @@ -12,5 +11,3 @@ au FileType haskell setlocal expandtab au FileType ruby set tabstop=2 shiftwidth=2 expandtab textwidth=80 au FileType yaml set tabstop=2 shiftwidth=2 expandtab textwidth=80 au FileType tex set tabstop=2 shiftwidth=2 expandtab textwidth=80 -au BufNewFile,BufRead c[0-9][0-9][0-9][0-9]-fsmpi-[0-9]-config set filetype=cisco -au BufNewFile,BufRead (startup|running|network)-config set filetype=cisco diff --git a/vim-pathogen b/vim-pathogen deleted file mode 160000 -Subproject 4d584ea8c85408ca0d68b7b1693f3e2db8aa762 |
