aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/txt.vim
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-03-07 20:27:57 -0500
committerTucker Evans <tuckerevans24@gmail.com>2018-03-07 20:27:57 -0500
commitd90cb0cd930cc98be41fdca08fbd2a56871989c8 (patch)
treeea5fa08825929b9b21046415aea7053c51cd2bdc /vim/.vim/after/ftplugin/txt.vim
parentc0d7006026175fdf6cdb6ae53ca4b948edbb986c (diff)
Adds ftplugin directory
Diffstat (limited to 'vim/.vim/after/ftplugin/txt.vim')
-rw-r--r--vim/.vim/after/ftplugin/txt.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/txt.vim b/vim/.vim/after/ftplugin/txt.vim
new file mode 100644
index 0000000..7dcafeb
--- /dev/null
+++ b/vim/.vim/after/ftplugin/txt.vim
@@ -0,0 +1,2 @@
+set spell
+set tw=70