VimsCode/vim-conf/vimscode.sh

14 lines
296 B
Bash
Raw Normal View History

2023-05-03 12:16:54 +02:00
#!/bin/bash
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
2023-05-22 15:56:09 +02:00
vim -p $2 ~/.vim/help/Fr/aide-arduino
2023-05-03 12:16:54 +02:00
fi
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
2023-05-22 15:56:09 +02:00
vim -p $2 ~/.vim/help/Fr/aide-esp32
2023-05-03 12:16:54 +02:00
fi
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
2023-05-22 15:56:09 +02:00
vim -p $2 ~/.vim/help/Fr/aide-platform.io
fi