diff --git a/git-global-ignores b/git-global-ignores index 0995b1d..53b2095 100644 --- a/git-global-ignores +++ b/git-global-ignores @@ -5,3 +5,4 @@ tags TAGS *.rbc *.class +.vagrant diff --git a/vimrc.after b/vimrc.after index 031e73c..fca3cce 100644 --- a/vimrc.after +++ b/vimrc.after @@ -18,6 +18,8 @@ autocmd FileType ruby set shiftwidth=2 \| set softtabstop=2 \| map ,t :RuboCop:w +autocmd FileType ruby map ,r :RuboCop + autocmd BufNew,BufRead *.ino,*.pde setf arduino autocmd FileType arduino set tabstop=4 diff --git a/zshrc b/zshrc index abbce87..99a2a6d 100644 --- a/zshrc +++ b/zshrc @@ -28,7 +28,7 @@ COMPLETION_WAITING_DOTS="true" # DISABLE_UNTRACKED_FILES_DIRTY="true" plugins=( - gitfast + git ruby vi-mode autoenv