mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
robust treesitter setup for upcoming changes
This commit is contained in:
parent
f0d0d3c4ec
commit
aa39a3c207
6 changed files with 186 additions and 90 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue