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

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

return M