image: Set up syntax highlighting in vim for .launch files

This commit is contained in:
Artem Smirnov
2018-10-01 17:01:23 +03:00
parent a165a4817c
commit fe7f29b76f

View File

@@ -90,6 +90,7 @@ echo_stamp "Add .vimrc"
cat << EOF > /home/pi/.vimrc
set mouse-=a
syntax on
autocmd BufNewFile,BufRead *.launch set syntax=xml
EOF
echo_stamp "End of software installation"