From 45959e320ae39e5b197f688c6b7834925d8e16f1 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Mon, 20 Apr 2015 14:17:24 -0400 Subject: [PATCH] Start customizing for plain text. --- text.vim | 1 + vimrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 text.vim diff --git a/text.vim b/text.vim new file mode 100644 index 0000000..d1aafd8 --- /dev/null +++ b/text.vim @@ -0,0 +1 @@ +set tw=0 diff --git a/vimrc b/vimrc index bae79ae..b853974 100644 --- a/vimrc +++ b/vimrc @@ -8,6 +8,7 @@ source vundle.vim source java.vim source javascript.vim source markdown.vim +source text.vim exec "cd " . oldwd " turn on file type plugins