summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/vim/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/vim/nix.nix')
-rw-r--r--tv/5pkgs/vim/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/5pkgs/vim/nix.nix b/tv/5pkgs/vim/nix.nix
index 6715af737..43caf46c2 100644
--- a/tv/5pkgs/vim/nix.nix
+++ b/tv/5pkgs/vim/nix.nix
@@ -1,7 +1,7 @@
-with import <stockholm/lib>;
+with import ./lib;
{ pkgs }:
-(rtp: rtp // { inherit rtp; }) (pkgs.write "vim-syntax-nix-nested" {
+pkgs.tv.vim.makePlugin (pkgs.write "vim-syntax-nix-nested" {
"/syntax/haskell.vim".text = ''
syn region String start=+\[[[:alnum:]]*|+ end=+|]+