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.
Jonathan Hodgson 4 years ago
parent 7541a67566
commit 844222add9
  1. 3
      .gitmodules
  2. 1
      vim/.vim

3
.gitmodules vendored

@ -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

@ -1 +0,0 @@
Subproject commit 5b13d27758081c3d757ddcfdced3834ea5cdbe00
Loading…
Cancel
Save