1
0
Fork 0

Add Java and XML formatting to Neovim

This commit is contained in:
Avery 2025-02-02 14:05:03 +01:00
parent 100866478c
commit 04c72ae653
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,7 @@
disableTsServerFormatter = true;
settings = { extra_filetypes = [ "svelte" ]; };
};
xmllint.enable = true;
};
};
};