small config and plugin changes

This commit is contained in:
Alexander Gehrke 2025-07-31 11:24:50 +02:00
parent 523fedae4e
commit e317dca789
8 changed files with 60 additions and 36 deletions

View file

@ -17,6 +17,7 @@ return {
opts = {
-- Define your formatters
formatters_by_ft = {
xml = { "xmlformatter" },
lua = { "stylua" },
python = { "isort", "black" },
javascript = { "prettierd", "prettier", stop_after_first = true },