treesitter: fix wrong path

This commit is contained in:
Pedro Alves 2021-02-01 16:29:30 +00:00
parent f78cc62277
commit 0a380bc90d

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: { pkgs, lib, config, ... }:
with lib; with lib;
let let
cfg = programs.nixvim.plugins.treesitter; cfg = config.programs.nixvim.plugins.treesitter;
helpers = import ../helpers.nix { inherit lib; }; helpers = import ../helpers.nix { inherit lib; };
in in
{ {