diff options
author | tv <tv@krebsco.de> | 2022-12-05 15:10:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-05 17:43:12 +0100 |
commit | e837b044790e4e24062de224db9ae8147655057e (patch) | |
tree | e317b8d01fdf9593131e2e1ee19c338d8de003cc /tv/2configs | |
parent | 06773bdd5890befc215a60d069cee6272b4d49a3 (diff) |
tv vim: rtp -> outPath
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index fed74c9..e296a0c 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -13,7 +13,7 @@ let { environment.variables.VIMINIT = ":so /etc/vimrc"; }; - extra-runtimepath = concatMapStringsSep "," (pkg: "${pkg.rtp}") [ + extra-runtimepath = pkgs.tv.vim.makeRuntimePath [ pkgs.tv.vimPlugins.elixir pkgs.tv.vimPlugins.file-line pkgs.tv.vimPlugins.fzf |