From 5bee63a8265d9f97606b46cca3d8608d01023f86 Mon Sep 17 00:00:00 2001 From: Antoine U Date: Fri, 15 Nov 2024 19:44:35 +0100 Subject: [PATCH] fix(format): fix typo in comments --- lua/lazyvim/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/config/options.lua b/lua/lazyvim/config/options.lua index d794902d..7cafbbc0 100644 --- a/lua/lazyvim/config/options.lua +++ b/lua/lazyvim/config/options.lua @@ -4,7 +4,7 @@ vim.g.maplocalleader = "\\" -- LazyVim auto format vim.g.autoformat = true --- LazyVim auto format mode (files | changes) +-- LazyVim auto format mode (file | changes) -- if set to changes only format actual changes based on git hunks -- otherwise format all the file vim.g.formatmode = "file"