]> git.rmz.io Git - dotfiles.git/commit
lazyvim: replace LazyFile with their actual events
authorSamir Benmendil <me@rmz.io>
Sat, 22 Feb 2025 15:06:31 +0000 (15:06 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 16:05:27 +0000 (16:05 +0000)
commit38ac86c63057044211d9ed765b84ad2a35814335
treee3981ac2cd5431988b3a5156c8930ce12ace36da
parentfd3198e899ebd966f3aee060553f8d1d153b50da
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.
nvim/lua/plugins/editor.lua
nvim/lua/plugins/lint.lua
nvim/lua/plugins/lsp/init.lua
nvim/lua/plugins/treesitter.lua
nvim/lua/plugins/ui.lua