summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-12-05 15:10:15 +0100
committertv <tv@krebsco.de>2022-12-05 17:43:12 +0100
commite837b044790e4e24062de224db9ae8147655057e (patch)
treee317b8d01fdf9593131e2e1ee19c338d8de003cc /tv/2configs
parent06773bdd5890befc215a60d069cee6272b4d49a3 (diff)
tv vim: rtp -> outPath
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/vim.nix2
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