diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-04-21 11:40:41 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-04-21 11:40:41 -0400 |
commit | 43ad662f2aa87da22053bdfd4244ec3d710d8c9f (patch) | |
tree | f1cc9f2a5d5d926000e9c7a687d64bcecd362ab2 /vim/.vim/after | |
parent | b25579943df28616d757c73ecc5b087e04ddf99f (diff) |
Moves vim ftplugins and Edits .vimrc accordingly
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 |