worf: add nvim-emmet

This commit is contained in:
Felix Albrigtsen 2023-12-28 23:38:24 +01:00 committed by Felix Albrigtsen
parent 8cf555833b
commit a6abeea8be
1 changed files with 3 additions and 0 deletions

View File

@ -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 {