Multiple updates : Iterm themes doc added, misspell aliases added, notes and homework functions added

This commit is contained in:
Wryn Wagner
2019-06-26 11:28:47 -06:00
parent 8dd986317b
commit feb68b143f
5 changed files with 140 additions and 1 deletions

1
vimrc
View File

@ -39,6 +39,7 @@ augroup filetype_specific_formatting
autocmd FileType html setlocal tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab foldmethod=indent foldlevel=99
autocmd FileType javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab foldmethod=indent foldlevel=99
autocmd FileType vim setlocal tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab foldmethod=marker foldlevel=1
autocmd FileType sh setlocal tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab foldmethod=indent foldlevel=99
augroup END
" }}}