Dan Buch 10 years ago
parent 064b840f5c
commit ea3b5a76c7

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

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

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

Loading…
Cancel
Save