{ lib, config, helpers, ... }: let inherit (helpers) mkRaw; in { # TJ # https://www.youtube.com/watch?v=_DnmphIwnjo plugins = { # Make cmp have icons and colors lspkind = { enable = lib.mkIf config.plugins.cmp.enable true; }; }; }