Auto install formatters using mason

This commit is contained in:
2024-04-13 20:41:58 +02:00
parent 3e7f424616
commit 24a19a8ab1
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- https://github.com/zapling/mason-conform.nvim
return {
"zapling/mason-conform.nvim",
dependencies = {
"williamboman/mason.nvim",
},
opts = {},
}