From: Samir Benmendil Date: Sat, 22 Feb 2025 15:06:31 +0000 (+0000) Subject: lazyvim: replace LazyFile with their actual events X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/38ac86c63057044211d9ed765b84ad2a35814335?hp=38ac86c63057044211d9ed765b84ad2a35814335 lazyvim: replace LazyFile with their actual events LazyFile is a custom event in LazyVim that simple wraps the BufReadPost, BufNewFile and BufWritePre events. Let's just be explicit and use them directly. ---