diff --git a/flake.nix b/flake.nix index bc679ed..efa928e 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,11 @@ # (fails safely if a file already exists) home.file.".tmux.conf".source = ./_tmux.conf; + home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl { + url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"; + sha256 = "c2d8998469a049a51225a71128a12917b379822d16b639493e29ea02d8787306"; + }; + xdg.configFile."nvim" = { source = ./_config/nvim; recursive = true;