2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 04:07:28 +01:00

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

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 {