I hereby claim:
- I am bastnic on github.
- I am bjaillot (https://keybase.io/bjaillot) on keybase.
- I have a public key whose fingerprint is D7F3 BD96 2117 08B7 3C84 1D8A 8B7E AD69 1C74 2FEA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function! s:goyo_enter() | |
| let b:quitting = 0 | |
| let b:quitting_bang = 0 | |
| autocmd QuitPre <buffer> let b:quitting = 1 | |
| cabbrev <buffer> q! let b:quitting_bang = 1 <bar> q! | |
| endfunction | |
| function! s:goyo_leave() | |
| " Quit Vim if this is the only remaining buffer | |
| if b:quitting && len(filter(range(1, bufnr('$')), 'buflisted(v:val)')) == 1 |
| esphome: | |
| name: lilygo-t5 | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging | |
| logger: |