normen / vim-pio

Vim Plugin for PlatformIO
48 stars 4 forks source link

Enable setting serial baud rate from a variable #7

Closed majormajors closed 1 year ago

majormajors commented 1 year ago

Allows for setting g:pio_serial_baud_rate in vim/nvim config in case picocom's default doesn't work for the user. I felt like 9600 seemed like a sane default, but I'm open to suggestions here

normen commented 1 year ago

Hm, the pio.ini is already parsed for the other settings and searching, seems overkill to double this..