robust treesitter setup for upcoming changes

This commit is contained in:
Daniel Winkler 2026-01-31 15:24:16 +11:00
commit aa39a3c207
6 changed files with 186 additions and 90 deletions

View file

@ -17,7 +17,7 @@ later(function()
formatters_by_ft = {
javascript = { "prettier" },
json = { "prettier" },
python = { "black" },
python = { "ruff_format", "ruff_organize_imports" },
nix = { "alejandra" },
-- r = { "my_styler" },
rmd = { "injected" },