This commit is contained in:
Dan Buch 2014-02-15 19:53:48 -05:00
parent 064b840f5c
commit ea3b5a76c7
3 changed files with 4 additions and 1 deletions

View File

@ -5,3 +5,4 @@ tags
TAGS
*.rbc
*.class
.vagrant

View File

@ -18,6 +18,8 @@ autocmd FileType ruby set shiftwidth=2
\| set softtabstop=2
\| map ,t :RuboCop<CR>:w<CR>
autocmd FileType ruby map ,r :RuboCop<CR>
autocmd BufNew,BufRead *.ino,*.pde setf arduino
autocmd FileType arduino set tabstop=4

2
zshrc
View File

@ -28,7 +28,7 @@ COMPLETION_WAITING_DOTS="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=(
gitfast
git
ruby
vi-mode
autoenv