Update init.lua
This commit is contained in:
parent
d60c5b6666
commit
d1f7a105c2
2
init.lua
2
init.lua
|
@ -694,7 +694,7 @@ require('lazy').setup({
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
python = { 'black', 'ruff' },
|
python = { 'black', 'ruff' },
|
||||||
go = { 'gofumpt },
|
go = { 'gofumpt' },
|
||||||
sql = { 'sql-formatter' },
|
sql = { 'sql-formatter' },
|
||||||
--
|
--
|
||||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||||
|
|
Loading…
Reference in New Issue