From 47de29f8de77775a6c0fd3deea481c6952c2dbb8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 28 Mar 2019 19:17:18 +0100 Subject: Remove some vim plugins --- .gitmodules | 12 ------------ dot.vim/autoload/pathogen.vim | 1 - dot.vim/bundle/cisco.vim | 1 - dot.vim/bundle/vim-characterize | 1 - dot.vim/bundle/vim-go | 1 - dot.vim/ftplugin/c.vim | 1 - dot.vimrc.local | 3 --- vim-pathogen | 1 - 8 files changed, 21 deletions(-) delete mode 120000 dot.vim/autoload/pathogen.vim delete mode 160000 dot.vim/bundle/cisco.vim delete mode 160000 dot.vim/bundle/vim-characterize delete mode 160000 dot.vim/bundle/vim-go delete mode 120000 dot.vim/ftplugin/c.vim delete mode 160000 vim-pathogen 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 index e28816c..0000000 --- a/dot.vim/bundle/cisco.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e28816ca2d45c6199455b9348bb5756cc52961b2 diff --git a/dot.vim/bundle/vim-characterize b/dot.vim/bundle/vim-characterize deleted file mode 160000 index 871364d..0000000 --- a/dot.vim/bundle/vim-characterize +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 871364dbc2bceab0db4e365a85e208ab6dd2c4fd diff --git a/dot.vim/bundle/vim-go b/dot.vim/bundle/vim-go deleted file mode 160000 index 010d0cc..0000000 --- a/dot.vim/bundle/vim-go +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 010d0cc592926e97140846655f92c5c685cec374 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 index 4d584ea..0000000 --- a/vim-pathogen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4d584ea8c85408ca0d68b7b1693f3e2db8aa762a -- cgit v1.2.3