mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 09:21:19 +00:00
r: version bump to context fixes treesitter bug
This commit is contained in:
parent
a9aeabb5f3
commit
ae90ed1706
2 changed files with 4 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue