aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-04-21 11:40:41 -0400
committerTucker Evans <tuckerevans24@gmail.com>2018-04-21 11:40:41 -0400
commit43ad662f2aa87da22053bdfd4244ec3d710d8c9f (patch)
treef1cc9f2a5d5d926000e9c7a687d64bcecd362ab2 /vim/.vim/after
parentb25579943df28616d757c73ecc5b087e04ddf99f (diff)
Moves vim ftplugins and Edits .vimrc accordingly
Diffstat (limited to 'vim/.vim/after')
-rw-r--r--vim/.vim/after/ftplugin/asm.vim0
-rw-r--r--vim/.vim/after/ftplugin/by.vim2
-rw-r--r--vim/.vim/after/ftplugin/c.vim2
-rw-r--r--vim/.vim/after/ftplugin/go.vim2
-rw-r--r--vim/.vim/after/ftplugin/java.vim2
-rw-r--r--vim/.vim/after/ftplugin/tex.vim1
-rw-r--r--vim/.vim/after/ftplugin/tr.vim1
-rw-r--r--vim/.vim/after/ftplugin/txt.vim2
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