r: version bump to context fixes treesitter bug

This commit is contained in:
Soliprem 2024-09-24 12:21:30 +02:00
commit ae90ed1706
2 changed files with 4 additions and 5 deletions

View file

@ -6,10 +6,9 @@
}: let
inherit (builtins) attrNames;
inherit (lib.options) mkEnableOption mkOption literalExpression;
inherit (lib.meta) getExe;
inherit (lib.modules) mkIf mkMerge;
inherit (lib.lists) isList;
inherit (lib.types) enum either listOf package str bool;
inherit (lib.types) enum either listOf package str;
inherit (lib.nvim.lua) expToLua;
cfg = config.vim.languages.r;