mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
chore(format): removed format_notify option
This commit is contained in:
parent
e8ab2ff5b6
commit
0b04e3908c
2 changed files with 0 additions and 46 deletions
|
@ -41,9 +41,6 @@ return {
|
|||
capabilities = {},
|
||||
-- Automatically format on save
|
||||
autoformat = true,
|
||||
-- Enable this to show formatters used in a notification
|
||||
-- Useful for debugging formatter issues
|
||||
format_notify = false,
|
||||
-- options for vim.lsp.buf.format
|
||||
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
||||
-- but can be also overridden when specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue