mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
style: fix comment typo (#243)
This commit is contained in:
parent
31ad893788
commit
57e92b04e2
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ return {
|
|||
autoformat = true,
|
||||
-- options for vim.lsp.buf.format
|
||||
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
||||
-- but can be also overriden when specified
|
||||
-- but can be also overridden when specified
|
||||
format = {
|
||||
formatting_options = nil,
|
||||
timeout_ms = nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue