dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 4c4b22b8ed3699cb8242d986d08390cdb5ebf45d
parent e01619546ef8a72c7d53d8592d2cf802c9689a8f
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 27 Oct 2014 21:18:41 -0700

Vim: Remove litecorrect and wordy plug-ins

Diffstat:
vim/bundle/vim-litecorrect | 1-
vim/bundle/vim-wordy | 1-
vimrc.bundles | 3---
3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/vim/bundle/vim-litecorrect b/vim/bundle/vim-litecorrect @@ -1 +0,0 @@ -Subproject commit 26ba05012fb9d83d75a3dfcfd19955ffb354abab diff --git a/vim/bundle/vim-wordy b/vim/bundle/vim-wordy @@ -1 +0,0 @@ -Subproject commit ccdc24b7cb90ecacd9e9f9b5ee498fea22b229b0 diff --git a/vimrc.bundles b/vimrc.bundles @@ -83,9 +83,6 @@ Bundle 'rainbow_parentheses.vim' Bundle 'airblade/vim-gitgutter' """ writing plug-ins -" advanced spell check -Bundle 'reedes/vim-wordy' -Bundle 'reedes/vim-litecorrect' " auto wrap text in markdown and text files Bundle 'reedes/vim-pencil'