diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-01-17 22:48:06 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-01-17 22:48:06 -0500 |
commit | be83fd4938dabfb4eb1bee6ded10365c202c7112 (patch) | |
tree | 664ef16cc5366cdab632c04a32de3bcb15e75e00 /vim/.vim/after |
Inital Commit
Diffstat (limited to 'vim/.vim/after')
-rw-r--r-- | vim/.vim/after/asm.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/by.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/c.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/go.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/java.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/tex.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/tr.vim | 1 | ||||
-rw-r--r-- | vim/.vim/after/txt.vim | 1 |
8 files changed, 9 insertions, 0 deletions
diff --git a/vim/.vim/after/asm.vim b/vim/.vim/after/asm.vim new file mode 100644 index 0000000..3202f68 --- /dev/null +++ b/vim/.vim/after/asm.vim @@ -0,0 +1 @@ +set nospell diff --git a/vim/.vim/after/by.vim b/vim/.vim/after/by.vim new file mode 100644 index 0000000..7f2b61c --- /dev/null +++ b/vim/.vim/after/by.vim @@ -0,0 +1,2 @@ +set nospell +set tw=0 diff --git a/vim/.vim/after/c.vim b/vim/.vim/after/c.vim new file mode 100644 index 0000000..d1aafd8 --- /dev/null +++ b/vim/.vim/after/c.vim @@ -0,0 +1 @@ +set tw=0 diff --git a/vim/.vim/after/go.vim b/vim/.vim/after/go.vim new file mode 100644 index 0000000..d1aafd8 --- /dev/null +++ b/vim/.vim/after/go.vim @@ -0,0 +1 @@ +set tw=0 diff --git a/vim/.vim/after/java.vim b/vim/.vim/after/java.vim new file mode 100644 index 0000000..d1aafd8 --- /dev/null +++ b/vim/.vim/after/java.vim @@ -0,0 +1 @@ +set tw=0 diff --git a/vim/.vim/after/tex.vim b/vim/.vim/after/tex.vim new file mode 100644 index 0000000..87f4512 --- /dev/null +++ b/vim/.vim/after/tex.vim @@ -0,0 +1 @@ +set spell diff --git a/vim/.vim/after/tr.vim b/vim/.vim/after/tr.vim new file mode 100644 index 0000000..87f4512 --- /dev/null +++ b/vim/.vim/after/tr.vim @@ -0,0 +1 @@ +set spell diff --git a/vim/.vim/after/txt.vim b/vim/.vim/after/txt.vim new file mode 100644 index 0000000..87f4512 --- /dev/null +++ b/vim/.vim/after/txt.vim @@ -0,0 +1 @@ +set spell |