chore(format): removed format_notify option

This commit is contained in:
Folke Lemaitre 2023-10-01 23:30:26 +02:00
parent e8ab2ff5b6
commit 0b04e3908c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 46 deletions

View file

@ -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