return {
  {
    'supercollider/scvim',
    config = function()
      vim.g.scFlash = 1
    end,
    ft = 'supercollider',
  },
}