diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
commit | d071b1b3c57261b3828b4dd654fb22a48b24808e (patch) | |
tree | 5ba7ebce88b6aac182c27a62afcab6c07b8bac71 /vim/.vim/after | |
parent | b5e08c7f88afef0747e1e88dfc91e18ab3a32390 (diff) | |
parent | 9fe0ad06d4ce048fc24c4c1b102f26154457984a (diff) |
Merge branch 'ursa_minor'
Diffstat (limited to 'vim/.vim/after')
-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, 0 insertions, 12 deletions
diff --git a/vim/.vim/after/ftplugin/asm.vim b/vim/.vim/after/ftplugin/asm.vim deleted file mode 100644 index e69de29..0000000 --- a/vim/.vim/after/ftplugin/asm.vim +++ /dev/null diff --git a/vim/.vim/after/ftplugin/by.vim b/vim/.vim/after/ftplugin/by.vim deleted file mode 100644 index 7f2b61c..0000000 --- a/vim/.vim/after/ftplugin/by.vim +++ /dev/null @@ -1,2 +0,0 @@ -set nospell -set tw=0 diff --git a/vim/.vim/after/ftplugin/c.vim b/vim/.vim/after/ftplugin/c.vim deleted file mode 100644 index 736e482..0000000 --- a/vim/.vim/after/ftplugin/c.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tw=0 -set cindent diff --git a/vim/.vim/after/ftplugin/go.vim b/vim/.vim/after/ftplugin/go.vim deleted file mode 100644 index 736e482..0000000 --- a/vim/.vim/after/ftplugin/go.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tw=0 -set cindent diff --git a/vim/.vim/after/ftplugin/java.vim b/vim/.vim/after/ftplugin/java.vim deleted file mode 100644 index 736e482..0000000 --- a/vim/.vim/after/ftplugin/java.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tw=0 -set cindent diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim deleted file mode 100644 index 87f4512..0000000 --- a/vim/.vim/after/ftplugin/tex.vim +++ /dev/null @@ -1 +0,0 @@ -set spell diff --git a/vim/.vim/after/ftplugin/tr.vim b/vim/.vim/after/ftplugin/tr.vim deleted file mode 100644 index 87f4512..0000000 --- a/vim/.vim/after/ftplugin/tr.vim +++ /dev/null @@ -1 +0,0 @@ -set spell diff --git a/vim/.vim/after/ftplugin/txt.vim b/vim/.vim/after/ftplugin/txt.vim deleted file mode 100644 index 7dcafeb..0000000 --- a/vim/.vim/after/ftplugin/txt.vim +++ /dev/null @@ -1,2 +0,0 @@ -set spell -set tw=70 |