summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/vim/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/vim/vim.nix')
-rw-r--r--tv/5pkgs/vim/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/vim/vim.nix b/tv/5pkgs/vim/vim.nix
index 216ab6ab..6034dbda 100644
--- a/tv/5pkgs/vim/vim.nix
+++ b/tv/5pkgs/vim/vim.nix
@@ -1,7 +1,7 @@
with import <stockholm/lib>;
{ pkgs }:
-(rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let
+pkgs.tv.vim.makePlugin (pkgs.writeTextFile (let
name = "vim";
in {
name = "vim-syntax-${name}-1.0.0";