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, ... }:
with lib;
let
cfg = programs.nixvim.plugins.treesitter;
cfg = config.programs.nixvim.plugins.treesitter;
helpers = import ../helpers.nix { inherit lib; };
in
{