1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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
{