diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index 4fd2977..96a33d0 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -49,6 +49,9 @@ prezto.pmodules = [ "ssh" ]; }; + # Ctrl+y + , + programs.neovim.plugins = with pkgs.vimPlugins; [ coc-emmet emmet-vim ]; + # Copy Applications to ~/Applications to allow them to be launched from Spotlight disabledModules = [ "targets/darwin/linkapps.nix" ]; home.activation = lib.mkIf pkgs.stdenv.isDarwin {