summaryrefslogtreecommitdiff
path: root/dot-config/nvim/lua/plugins/yaml.lua
blob: c14f04d68c281492eb389d2c819d34f0d33d6b87 (plain)
1
2
3
4
5
6
7
8
9
10
return {
  {
    "stevearc/conform.nvim",
    opts = {
      formatters_by_ft = {
        yaml = { "prettier" },
      },
    },
  },
}