diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:55:33 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:55:33 -0400 |
commit | b101cf7f895a4e420f171486970688e649738367 (patch) | |
tree | 7b6a30aaab21b4ba5202c25a5a42edb49a502d9a /vim/.vim/after | |
parent | 0bb0e49021e267713986240333d0cffe936f8dac (diff) | |
parent | d071b1b3c57261b3828b4dd654fb22a48b24808e (diff) |
Merge branch 'master' of ssh://git.tuckerevans.com/srv/git/public/dotfiles into devon
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 |