Dan Buch 10 years ago
parent 064b840f5c
commit ea3b5a76c7

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

@ -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

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

Loading…
Cancel
Save