diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:55:00 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:55:00 -0500 |
commit | 9e3771d19c02892119be2140e7c8303ebd01041d (patch) | |
tree | 9695804c14701d8bd20646bab2fb9d0a4af1ac2d /vim/.vim/after/ftplugin | |
parent | 4f3b29401c7ff6b42a84b9aca53877783212ec5d (diff) | |
parent | d2caf851eac8284d134f5a440b65a492dd08039f (diff) |
Merge branch 'ursa_minor'
Diffstat (limited to 'vim/.vim/after/ftplugin')
-rw-r--r-- | vim/.vim/after/ftplugin/asm.vim | 0 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/by.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/c.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/go.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/java.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/tr.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/txt.vim | 2 |
8 files changed, 12 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/asm.vim b/vim/.vim/after/ftplugin/asm.vim new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/vim/.vim/after/ftplugin/asm.vim 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 |