aboutsummaryrefslogtreecommitdiff
path: root/common/config/nvim/lua/plugins/prettier.lua
blob: ca57ea9d7010c9d37c64d9e4958101ccf45d234f (plain)
1
2
3
4
5
6
7
8
local M = {}

function M.setup()
  -- No-op if prettier is not installed
  return true
end

return M