initial commit

This commit is contained in:
2015-03-29 18:22:30 -04:00
commit c491f0fea7
146 changed files with 14482 additions and 0 deletions

1
.vim/ftplugin/c.vim Normal file
View File

@@ -0,0 +1 @@
setlocal spell

2
.vim/ftplugin/html.vim Normal file
View File

@@ -0,0 +1,2 @@
setlocal spell spelllang=en_us
setlocal linebreak

2
.vim/ftplugin/jade.vim Normal file
View File

@@ -0,0 +1,2 @@
set textwidth=80
set wrap linebreak breakat

26
.vim/ftplugin/setty.vim Normal file
View File

@@ -0,0 +1,26 @@
abbrev forall
abbrev exists
abbrev not ¬
abbrev and
abbrev or
abbrev intersect
abbrev union
abbrev in
abbrev notin
abbrev minus
abbrev to
abbrev !=
abbrev <=
abbrev >=
abbrev implies
abbrev iff
abbrev epsilon ε
abbrev powerset
" Do the rest of the greek letters
abbrev @ ∅
abbrev nats
abbrev ints
"
"
" Should support subset, subseteq

2
.vim/ftplugin/tex.vim Normal file
View File

@@ -0,0 +1,2 @@
setlocal spell spelllang=en_us
setlocal linebreak

2
.vim/ftplugin/text.vim Normal file
View File

@@ -0,0 +1,2 @@
setlocal spell spelllang=en_us
setlocal linebreak