aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/init.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-13 23:52:55 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-14 07:54:22 -0700
commit808c7e045d50dcb2ad512ea7fa94baf411654a95 (patch)
tree4f8bd202ed41fb7f96b850f8800dac75f1e542f1 /lua/conform/init.lua
parente9cc79fd723afccb8c0c16342b913fa6e96879b0 (diff)
doc: add some recipes to the documentation
Diffstat (limited to 'lua/conform/init.lua')
-rw-r--r--lua/conform/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/init.lua b/lua/conform/init.lua
index 378822f..e2ba40a 100644
--- a/lua/conform/init.lua
+++ b/lua/conform/init.lua
@@ -66,7 +66,7 @@ M.setup = function(opts)
if formatters.format_on_save ~= nil then
vim.notify(
string.format(
- 'The "format_on_save" option for filetype "%s" is deprecated. It is recommended to create your own autocmd for fine grained control, see :help conform-autoformat',
+ 'The "format_on_save" option for filetype "%s" is deprecated. It is recommended to put this logic in the autocmd, see :help conform-autoformat',
ft
),
vim.log.levels.WARN