From 844222add974b44716993c1cf959eb110e17ff98 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 26 Sep 2020 14:38:33 +0100 Subject: [PATCH] VIM: Wiping vim configuration My old vim config has a lot in there that I no longer use and as a result I will be starting again. My vim configuration used to be a submodule of my dotfiles, this proved to be more hassel than it was worth so from now my new vim configuration will be in my main dotfiles repository in the vim/ directory. I will be re-building my vim configuration and plan do document everything as I go in commit messages as seen in Greg Hurrel's excelent dotfiles repo: https://github.com/wincent/wincent I will try to keep the number of non-syntax plugins to a minimum. --- .gitmodules | 3 --- vim/.vim | 1 - 2 files changed, 4 deletions(-) delete mode 160000 vim/.vim diff --git a/.gitmodules b/.gitmodules index 2fd4a20a..c48aae76 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "config/vim"] - path = vim/.vim - url = git@git.jonathanh.co.uk:jab2870/vim.git [submodule "shells/zsh/zsh-syntax-highlighting"] path = shells/zsh/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/vim/.vim b/vim/.vim deleted file mode 160000 index 5b13d277..00000000 --- a/vim/.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5b13d27758081c3d757ddcfdced3834ea5cdbe00