From eb14dcb8ccebf5833892154501f60f7492eb169b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Dec 2018 14:19:36 +0800 Subject: vim: Add simple ftplugin/text.vim --- _vim/ftplugin/text.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _vim/ftplugin/text.vim (limited to '_vim/ftplugin/text.vim') diff --git a/_vim/ftplugin/text.vim b/_vim/ftplugin/text.vim new file mode 100644 index 0000000..4d9d031 --- /dev/null +++ b/_vim/ftplugin/text.vim @@ -0,0 +1,6 @@ +" +" ~/.vim/ftplugin/text.vim +" + +setlocal textwidth=75 +setlocal spell -- cgit v1.2.2