mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(format): fix typo in comments
This commit is contained in:
parent
2ea8bd564f
commit
5bee63a826
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue