+nvim alejandra

This commit is contained in:
m3tam3re 2024-10-14 12:12:15 +02:00
parent f9de65c67d
commit e5796bf5ae

View File

@ -637,7 +637,7 @@ require('lazy').setup({
}, },
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
nix = { 'alejandra -q ' }, nix = { 'alejandra' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },
-- --