From d90cb0cd930cc98be41fdca08fbd2a56871989c8 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 7 Mar 2018 20:27:57 -0500 Subject: Adds ftplugin directory --- vim/.vim/after/ftplugin/asm.vim | 0 vim/.vim/after/ftplugin/by.vim | 2 ++ vim/.vim/after/ftplugin/c.vim | 2 ++ vim/.vim/after/ftplugin/go.vim | 2 ++ vim/.vim/after/ftplugin/java.vim | 2 ++ vim/.vim/after/ftplugin/tex.vim | 1 + vim/.vim/after/ftplugin/tr.vim | 1 + vim/.vim/after/ftplugin/txt.vim | 2 ++ 8 files changed, 12 insertions(+) create mode 100644 vim/.vim/after/ftplugin/asm.vim create mode 100644 vim/.vim/after/ftplugin/by.vim create mode 100644 vim/.vim/after/ftplugin/c.vim create mode 100644 vim/.vim/after/ftplugin/go.vim create mode 100644 vim/.vim/after/ftplugin/java.vim create mode 100644 vim/.vim/after/ftplugin/tex.vim create mode 100644 vim/.vim/after/ftplugin/tr.vim create mode 100644 vim/.vim/after/ftplugin/txt.vim (limited to 'vim/.vim/after/ftplugin') diff --git a/vim/.vim/after/ftplugin/asm.vim b/vim/.vim/after/ftplugin/asm.vim new file mode 100644 index 0000000..e69de29 diff --git a/vim/.vim/after/ftplugin/by.vim b/vim/.vim/after/ftplugin/by.vim new file mode 100644 index 0000000..7f2b61c --- /dev/null +++ b/vim/.vim/after/ftplugin/by.vim @@ -0,0 +1,2 @@ +set nospell +set tw=0 diff --git a/vim/.vim/after/ftplugin/c.vim b/vim/.vim/after/ftplugin/c.vim new file mode 100644 index 0000000..736e482 --- /dev/null +++ b/vim/.vim/after/ftplugin/c.vim @@ -0,0 +1,2 @@ +set tw=0 +set cindent diff --git a/vim/.vim/after/ftplugin/go.vim b/vim/.vim/after/ftplugin/go.vim new file mode 100644 index 0000000..736e482 --- /dev/null +++ b/vim/.vim/after/ftplugin/go.vim @@ -0,0 +1,2 @@ +set tw=0 +set cindent diff --git a/vim/.vim/after/ftplugin/java.vim b/vim/.vim/after/ftplugin/java.vim new file mode 100644 index 0000000..736e482 --- /dev/null +++ b/vim/.vim/after/ftplugin/java.vim @@ -0,0 +1,2 @@ +set tw=0 +set cindent diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim new file mode 100644 index 0000000..87f4512 --- /dev/null +++ b/vim/.vim/after/ftplugin/tex.vim @@ -0,0 +1 @@ +set spell diff --git a/vim/.vim/after/ftplugin/tr.vim b/vim/.vim/after/ftplugin/tr.vim new file mode 100644 index 0000000..87f4512 --- /dev/null +++ b/vim/.vim/after/ftplugin/tr.vim @@ -0,0 +1 @@ +set spell 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 -- cgit v1.1