mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(config): trigger LazyFile additionally on BufWritePre for saving unnamed files
This commit is contained in:
parent
639a6e7545
commit
e11a3cbe80
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ local M = {}
|
|||
|
||||
M.lazy_version = ">=10.8.0"
|
||||
M.use_lazy_file = true
|
||||
M.lazy_file_events = { "BufReadPost", "BufNewFile" }
|
||||
M.lazy_file_events = { "BufReadPost", "BufNewFile", "BufWritePre" }
|
||||
|
||||
---@class LazyVimOptions
|
||||
local defaults = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue