diff --git a/README.md b/README.md index d78e6f7..1599225 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # @joshtronic does dotfiles -These are my dotfiles. There are many like them, but these are mine. My -dotfiles are my best friend. They are my life. I must master them as I must -master my life. My dotfiles, without me, are useless. Without my dotfiles, I am -useless. +These are my dotfiles. There are many like them, but these are mine. My dotfiles +are my best friend. They are my life. I must master them as I must master my +life. My dotfiles, without me, are useless. Without my dotfiles, I am useless. ## Stupid simple installation one-liner diff --git a/vim/vimrc b/vim/vimrc index a0506ae..70f20e4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -55,7 +55,7 @@ autocmd BufNewFile,BufRead *.handlebars set filetype=html.handlebars autocmd FileType go setlocal noexpandtab autocmd FileType php setlocal smartindent tabstop=4 shiftwidth=4 softtabstop=4 -autocmd FileType markdown,text setlocal nosmartindent textwidth=80 wrapmargin=2 +autocmd FileType markdown,text setlocal nosmartindent textwidth=80 wrapmargin=2 spell "autocmd VimEnter,BufNewFile,BufReadPost * silent! call HardMode()