added dfu stuff for keyboard programming, python file spaces for PEP8
This commit is contained in:
parent
cf3760c890
commit
e7a4d6c855
|
@ -29,6 +29,7 @@ pacaur -S \
|
||||||
gvfs-mtp \
|
gvfs-mtp \
|
||||||
pass \
|
pass \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
||||||
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
||||||
|
|
|
@ -83,7 +83,7 @@ let c_comment_strings = 0 " dont highlight strings inside C comments
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
let python_space_errors = 1
|
let python_space_errors = 1
|
||||||
autocmd FileType python setl tabstop=2 noexpandtab shiftwidth=2 softtabstop=2
|
autocmd FileType python setl tabstop=4 expandtab shiftwidth=4 softtabstop=4
|
||||||
|
|
||||||
" HAMLC
|
" HAMLC
|
||||||
autocmd BufRead,BufNewFile *.hamlc set ft=haml
|
autocmd BufRead,BufNewFile *.hamlc set ft=haml
|
||||||
|
|
Reference in a new issue