mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
first or fallback? I'm not sure
This commit is contained in:
@@ -16,7 +16,7 @@ return {
|
||||
notify_on_error = true,
|
||||
format_on_save = {
|
||||
timeout_ms = 500,
|
||||
lsp_format = 'first',
|
||||
lsp_format = 'fallback',
|
||||
},
|
||||
formatters_by_ft = {
|
||||
lua = { 'stylua' },
|
||||
|
||||
Reference in New Issue
Block a user