From a6abeea8be914cc2065aae983b2d990a005fec66 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 28 Dec 2023 23:38:24 +0100 Subject: [PATCH] worf: add nvim-emmet --- hosts/worf/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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 {