Alex Wall

Results 21 comments of Alex Wall

My workaround will be to set `auto_cmd` to `false` and implement my own `setup_autocommands`, where instead of triggering on `BufReadPost` the autocmd triggers on `InsertEnter`. Not ideal, it obviously won't...