Skip to content

Commit ee02f5e

Browse files
committed
Turn off formatting on save of buffer
1 parent e50c61a commit ee02f5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

init.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,7 @@ require('lazy').setup({
583583
'stevearc/conform.nvim',
584584
opts = {
585585
notify_on_error = false,
586-
format_on_save = {
587-
timeout_ms = 500,
588-
lsp_fallback = true,
589-
},
586+
format_on_save = false,
590587
formatters_by_ft = {
591588
lua = { 'stylua' },
592589
-- Conform can also run multiple formatters sequentially

0 commit comments

Comments
 (0)