From 89ecfb1637c2c58b6f42134c206b56fb4264d657 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 8 Apr 2019 19:02:55 +0200 Subject: [PATCH] add vim plugins --- .gitignore | 1 - .gitmodules | 12 ++++++++++++ vim/.vim/bundle/nerdcommenter | 1 + vim/.vim/bundle/syntastic | 1 + vim/.vim/bundle/vim-colorschemes | 1 + 5 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 vim/.vim/bundle/nerdcommenter create mode 160000 vim/.vim/bundle/syntastic create mode 160000 vim/.vim/bundle/vim-colorschemes diff --git a/.gitignore b/.gitignore index 213ddb8..5d9095b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ vim/.vim/.netrwhist -vim/.vim/bundle diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fd7b27d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "vim/.vim/nerdcommenter"] + path = vim/.vim/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter +[submodule "vim/.vim/bundle/nerdcommenter"] + path = vim/.vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter +[submodule "vim/.vim/bundle/syntastic"] + path = vim/.vim/bundle/syntastic + url = https://github.com/vim-syntastic/syntastic +[submodule "vim/.vim/bundle/vim-colorschemes"] + path = vim/.vim/bundle/vim-colorschemes + url = https://github.com/flazz/vim-colorschemes diff --git a/vim/.vim/bundle/nerdcommenter b/vim/.vim/bundle/nerdcommenter new file mode 160000 index 0000000..f46226b --- /dev/null +++ b/vim/.vim/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit f46226bcd679a2d656b3179c54cc6b88f1db3b27 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic new file mode 160000 index 0000000..9f43dcb --- /dev/null +++ b/vim/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 9f43dcb5a244faba6aedb6879b75a56c7de4b8ff diff --git a/vim/.vim/bundle/vim-colorschemes b/vim/.vim/bundle/vim-colorschemes new file mode 160000 index 0000000..9e7ab1c --- /dev/null +++ b/vim/.vim/bundle/vim-colorschemes @@ -0,0 +1 @@ +Subproject commit 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e9