Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autocmd: replace BufRead -> BufEnter
This PR replaces the `BufRead` autocmd with `BufEnter. Closes aymericbeaumet#14. See me comments on that issue. In addition to `BufEnter`, I also tried several other autocmd events: - `BufWinEnter` - `BufEnter` - `BufNew` - `BufAdd` - `BufWinEnter` All of these other attempts failed with various incorrect behavior or errors (some of which originated from other neovim plugins that I have installed).
- Loading branch information